diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-09-27 15:43:39 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-09-27 15:43:39 -0400 |
commit | 86eb733aaddc362427d533b7cf157447690152a5 (patch) | |
tree | e8550acde6c6862dd9ba2c645bee7c08e56c710f | |
parent | aebe52fd87925353c687fbd26c5547410d4b96c1 (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 ac6c6da..d76aa30 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,7 @@ dist_appdefault_DATA = \ app-defaults/Editres-color \ app-defaults/Editres -EXTRA_DIST = ChangeLog autogen.sh +EXTRA_DIST = ChangeLog MAINTAINERCLEANFILES=ChangeLog |