summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-26 22:08:40 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-10-26 22:08:40 -0400
commit3ece73c962880db4913100211cb9bbe4c02a6b6f (patch)
treee8fdb64081405671331ce77506b2c75d844ae0ee
parent52f78d845879524d66e733e75ef27fec7898bc6e (diff)
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
ChangeLog filename is known to Automake and requires no further coding in the makefile.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7ef35b1..0143f5d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ DISTCHECK_CONFIGURE_FLAGS = --with-cursordir=\$${datadir}/icons
SUBDIRS = handhelds redglass whiteglass
-EXTRA_DIST = genmakefile.sh ChangeLog
+EXTRA_DIST = genmakefile.sh
AUTOMAKE_OPTIONS = foreign