summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-11-27 20:56:04 -0500
committerGaetan Nadon <memsize@videotron.ca>2009-11-27 20:56:04 -0500
commit7c1d4d862240a0b01eefbccf6b85e7a365e60ada (patch)
tree8148ecd22154e4ef9452b20f291467f688b7b61b
parent3c0e64988dad80afe5633c62c29ab3d1c54d2d23 (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.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5f1918b..53dcf53 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,7 +61,8 @@ xdmcpinclude_HEADERS = \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xdmcp.pc
-EXTRA_DIST = xdmcp.pc.in Wraphelp.c Wraphelp.README.crypto
+MAINTAINERCLEANFILES = ChangeLog INSTALL
+EXTRA_DIST = xdmcp.pc.in autogen.sh Wraphelp.c Wraphelp.README.crypto
if LINT
ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \