summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-26 22:08:42 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-11-14 09:26:16 -0500
commitd02f943c98fde2f14319bc57fd9ad77eb9a2a572 (patch)
tree4dfad41ea8078471d3038f7499c171cc970b8998
parentf77c89c751a6a63c8ef11ecdddca2aed11ff6e29 (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.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e471ff4a..6c379de4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,9 +11,8 @@ if XCB
pkgconfig_DATA += x11-xcb.pc
endif
-EXTRA_DIST=x11.pc.in x11-xcb.pc.in ChangeLog
+EXTRA_DIST=x11.pc.in x11-xcb.pc.in
-MAINTAINERCLEANFILES=ChangeLog
DISTCLEANFILES = doltcompile doltlibtool
.PHONY: ChangeLog