diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-09-27 16:02:01 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-21 21:50:10 -0400 |
commit | db68e86e2d2d058e178598a46f6237f9762e4fd3 (patch) | |
tree | af8181990d34cd9c39d393e4d31e9407e3daa7bb | |
parent | 32dc0bbbd067bfe27f506a510da3c5344964ee23 (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 700be05..f91aedd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ appmandir = $(APP_MAN_DIR) appman_PRE = xcursorgen.man 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 |