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 | 4a78271ada80b64eeb5f6563fd9d1a161abc7afe (patch) | |
tree | 24ac977ff09e084c2db9b32a37092f1c4924e443 | |
parent | 4fd8605292125d95d1eb58fec1b7daff2f35ec26 (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 f75d1be..49c80b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,8 +27,6 @@ pkgconfig_DATA = dmx.pc EXTRA_DIST = dmx.pc.in -EXTRA_DIST += ChangeLog -MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog |