diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-11-27 20:56:03 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-27 20:56:03 -0500 |
commit | 0d78a27bf7c644a6e700290c1861a11ff4a1662b (patch) | |
tree | 18ef27c524b891ece090e47ef1bfa5a6652979fa | |
parent | 92843f46c21c6fd0c5f82727f0d281dcf6debfe4 (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 3a1ba24..6268dbe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ SUBDIRS = src man pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xcomposite.pc +MAINTAINERCLEANFILES = ChangeLog INSTALL EXTRA_DIST = xcomposite.pc.in .PHONY: ChangeLog INSTALL |