diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-09-27 15:33:12 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-21 21:50:15 -0400 |
commit | 87def102d6aa06ac730791426c61a7af00772ffb (patch) | |
tree | 8f9f379dae86cbbbc0c2ef95fbc0bb752efa1f08 | |
parent | a5041bd0be9d1b54f4e6683c141745f5ed0d6294 (diff) |
Makefile.am: do not include autogen.sh in distribution #24183
This is a private build script that should not be distributed
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1923272..1088874 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) -EXTRA_DIST = $(appman_PRE) ChangeLog autogen.sh +EXTRA_DIST = $(appman_PRE) ChangeLog CLEANFILES = $(appman_DATA) MAINTAINERCLEANFILES=ChangeLog |