diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:41 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:41 -0400 |
commit | 5524fa4d543932e4565b2235515fef9a5d9a501d (patch) | |
tree | e9da1d356f449f7bc2bf223ad55c4a729d772337 | |
parent | 82ad2d2053af2ad37697793b9718721aa3ff80a0 (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, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8e343cf..ab4aba7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = src pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = ice.pc -EXTRA_DIST=ice.pc.in ChangeLog +EXTRA_DIST=ice.pc.in .PHONY: ChangeLog |