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
commitac9d9c1171e06acfde5659ffd65676355b9188f0 (patch)
treeae27030570c1b81f09abab633a30688ebeb321d8
parent1f1680c0c0f421ad74962de6f9bf1e67e334f5ec (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 f910142..ad50034 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,8 +24,7 @@ SUBDIRS = src
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xkbui.pc
-EXTRA_DIST = xkbui.pc.in ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
+EXTRA_DIST = xkbui.pc.in
.PHONY: ChangeLog