diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:42 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:42 -0400 |
commit | 6852db03b187cfce5a41cc8addbc734091e6b725 (patch) | |
tree | a7531e2574085bfcc6c0df123cb3ceac49fc6598 | |
parent | ef9fad1a1f327c1f19009d4206c67762ef0d436a (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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 035894a..5985ba9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,8 +30,6 @@ pkgconfig_DATA = xdamage.pc EXTRA_DIST = xdamage.pc.in -EXTRA_DIST += ChangeLog -MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog |