diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-11-27 20:56:04 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-27 20:56:04 -0500 |
commit | cd6fcaeaf0da7ca66ec0ab63ce282def37c21c3b (patch) | |
tree | e2432e7c2d9e1f94c97e53af6f80f6ba74fe75d3 | |
parent | 61c4a57286b601ff266a15565740aea31e68d1bb (diff) |
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 494d5f6..f9681c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ SUBDIRS = src man pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xrandr.pc +MAINTAINERCLEANFILES = ChangeLog INSTALL EXTRA_DIST = xrandr.pc.in .PHONY: ChangeLog INSTALL |