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 | 12e260765e880ffe2e078e6eb399bd137116d2cc (patch) | |
tree | d503a1bca21f301ad0b6b4ffe8b26481ceac0699 | |
parent | 82d17ac11ced59195eb160464b011546ca72a5c7 (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.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6b357b8..3c58db9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,8 +24,7 @@ SUBDIRS = src man pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xfixes.pc -EXTRA_DIST = xfixes.pc.in ChangeLog -MAINTAINERCLEANFILES = ChangeLog +EXTRA_DIST = xfixes.pc.in .PHONY: ChangeLog |