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 | b8284cb2097601d5934773ab75db388b9fa5a9db (patch) | |
tree | 6dd33094425db0930353809d3c3d363666a2ae60 /Makefile.am | |
parent | 28830993636cc5820842345b511d301af33d9c49 (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 d3d5b3c..33d166c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,8 +29,7 @@ SUBDIRS = src pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = pciaccess.pc -EXTRA_DIST = pciaccess.pc.in src/scanpci.c src/scanpci.man ChangeLog -MAINTAINERCLEANFILES = ChangeLog +EXTRA_DIST = pciaccess.pc.in src/scanpci.c src/scanpci.man .PHONY: ChangeLog |