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 | cc1fe0a696e5707adf29f55c319be05676b4f18b (patch) | |
tree | c4119e1b225e0fff4cf7df7266c1acdce02f8506 | |
parent | 76dbc8c79a3b2e05388840b1107ba0bd6edca8dd (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 d4aa69c..320c9e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ SUBDIRS = src man pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = applewm.pc +MAINTAINERCLEANFILES = ChangeLog INSTALL EXTRA_DIST = applewm.pc.in |