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 | 7c8ac21a9485beab00560764d16e41a4c26cfc02 (patch) | |
tree | f06b82ef8a43055509e0a0099b7477149ecafe37 /Makefile.am | |
parent | b0b29818e4893fcf97a67fab58640740f285ad25 (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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 21196b9..9f9dc74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,8 +24,7 @@ SUBDIRS = src man pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xscrnsaver.pc -EXTRA_DIST = xscrnsaver.pc.in ChangeLog -MAINTAINERCLEANFILES = ChangeLog +EXTRA_DIST = xscrnsaver.pc.in .PHONY: ChangeLog |