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 | 8255d46aafed7f7527360b7b1dbf2333ad41444a (patch) | |
tree | 0f0d77889fa956251a319cdf21c1ec8d8f66480a | |
parent | efd0fb6f31ee88887e16e98dca89473ff2bb56a1 (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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index ad56a6c..affeed4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,8 +3,7 @@ SUBDIRS = src man pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xxf86dga.pc -EXTRA_DIST = xxf86dga.pc.in ChangeLog -MAINTAINERCLEANFILES = ChangeLog +EXTRA_DIST = xxf86dga.pc.in .PHONY: ChangeLog |