summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-26 22:08:43 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-10-26 22:08:43 -0400
commit13d73c17891b895bbbd540ada094de83610f85d1 (patch)
tree776361175792d0dc194bed3b5c21678b6d3069ac
parent58d7a0572c82d41343352dccd936c673a43d0be7 (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 51643ac..21c9782 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,8 +3,7 @@ SUBDIRS = src man
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xevie.pc
-EXTRA_DIST = xevie.pc.in ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
+EXTRA_DIST = xevie.pc.in
.PHONY: ChangeLog