changeset 14324:e75446fc828c

Makefile: Delete dovecot-config on distclean
author Timo Sirainen <tss@iki.fi>
date Mon, 12 Mar 2012 12:59:54 +0200
parents 75f1f39c547f
children 1b37d6422905
files Makefile.am
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Sun Mar 11 14:50:05 2012 +0200
+++ b/Makefile.am	Mon Mar 12 12:59:54 2012 +0200
@@ -75,7 +75,9 @@
 CLEANFILES += $systedmsystemunit_DATA
 endif
 
-DISTCLEANFILES = $(top_builddir)/dovecot-version.h
+DISTCLEANFILES = \
+	$(top_builddir)/dovecot-version.h \
+	$(top_builddir)/dovecot-config
 
 distcheck-hook:
 	if which scan-build > /dev/null; then \