diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-09-27 15:22:36 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-25 19:36:19 -0500 |
commit | 05aaa3eb156ac0fc2eb0cb449d7c3b903614f857 (patch) | |
tree | 7f5320ff0646e23858c8063881962ebfb809644e | |
parent | a42a18d12a23c763acabea045b22a9efbac3e569 (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 0910437..2c23e34 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 |