diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:43 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:43 -0400 |
commit | 92da89326d26e0924d4c6efe2ebd26ceb527f4f7 (patch) | |
tree | 1f4d703d88da069b71a466aa364816365c853f55 /Makefile.am | |
parent | 9aeff40d0722b4fedc4ab9ccc1aaff75368020fe (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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index fa6ef15..6d7600d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,9 +15,8 @@ aclocal_DATA = xtrans.m4 pkgconfigdir = $(datadir)/pkgconfig pkgconfig_DATA = xtrans.pc -EXTRA_DIST = xtrans.pc.in ${aclocal_DATA} ChangeLog Xtrans.mm +EXTRA_DIST = xtrans.pc.in ${aclocal_DATA} Xtrans.mm -MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog |