diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-09-27 15:37:25 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-21 21:50:04 -0400 |
commit | eab3461ac8e9e809094f45ca2084ddf7b4485035 (patch) | |
tree | edc823ea919b56ab37b9e8765b927d5e8271fd62 | |
parent | b685a52aa117e9c7841fdb9b9e6b44fe898cd929 (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 22b95f5..2ec638e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,7 @@ dist_appdefault_DATA = \ app-defaults/XCalc \ app-defaults/XCalc-color -EXTRA_DIST = ChangeLog autogen.sh +EXTRA_DIST = ChangeLog MAINTAINERCLEANFILES = ChangeLog |