dovecot-2.2: Makefile: Added run-test.sh to be cleaned by distclean
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Thu Feb 19 11:45:48 UTC 2015
    
    
  
details:   http://hg.dovecot.org/dovecot-2.2/rev/98eeca072492
changeset: 18268:98eeca072492
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Feb 19 13:45:23 2015 +0200
description:
Makefile: Added run-test.sh to be cleaned by distclean
diffstat:
 Makefile.am |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 8d95e460094d -r 98eeca072492 Makefile.am
--- 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 \
    
    
More information about the dovecot-cvs
mailing list