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
commit7ba57d7789362c2c2e646cc3b896802e6cbcb039 (patch)
treef6e54ff518e32bbfea4d3ad4e9c6d80bb2aa0d44
parentb4309cadb1de581d191fce924dac8fc7e55e5fb8 (diff)
downloadxorg-lib-libXt-7ba57d7789362c2c2e646cc3b896802e6cbcb039.tar.gz
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 1d96895..3d33350 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,8 +24,7 @@ SUBDIRS = util src include man
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xt.pc
-EXTRA_DIST = xt.pc.in ChangeLog
-MAINTAINERCLEANFILES=ChangeLog
+EXTRA_DIST = xt.pc.in
.PHONY: ChangeLog