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 | f6ae36d4bf43cd601c3c1339100684169bbaeeb3 (patch) | |
tree | c6f7c063896cc93c2ada857ee87e0a84e6c21b3b /Makefile.am | |
parent | 6e702152714be9538e1ae1b3533843f972ceb1e9 (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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 01e2414..176af9e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,7 +57,7 @@ CLEANFILES = $(libman_DATA) $(BUILT_SOURCES) $(lintlib_DATA) libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) \ $(Xau_shadows:=.@LIB_MAN_SUFFIX@) -EXTRA_DIST = xau.pc.in $(libman_PRE) ChangeLog +EXTRA_DIST = xau.pc.in $(libman_PRE) Xau_shadows = \ XauFileName \ |