changeset 18268:98eeca072492

Makefile: Added run-test.sh to be cleaned by distclean
author Timo Sirainen <tss@iki.fi>
date Thu, 19 Feb 2015 13:45:23 +0200
parents 8d95e460094d
children 4f3db8aec0a1
files Makefile.am
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Thu Feb 19 13:05:49 2015 +0200
+++ b/Makefile.am	Thu Feb 19 13:45:23 2015 +0200
@@ -83,7 +83,8 @@
 
 DISTCLEANFILES = \
 	$(top_builddir)/dovecot-version.h \
-	$(top_builddir)/dovecot-config
+	$(top_builddir)/dovecot-config \
+	$(top_builddir)/run-test.sh
 
 distcheck-hook:
 	if which scan-build > /dev/null; then \