dovecot-2.2-pigeonhole: After make distclean the distributed tar...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Thu Oct 30 23:50:36 UTC 2014


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/3e924b1b6c5c
changeset: 1955:3e924b1b6c5c
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Fri Oct 31 00:50:28 2014 +0100
description:
After make distclean the distributed tarball would fail to recompile.

diffstat:

 Makefile.am |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 80b47902cf40 -r 3e924b1b6c5c Makefile.am
--- a/Makefile.am	Thu Oct 30 23:27:42 2014 +0100
+++ b/Makefile.am	Fri Oct 31 00:50:28 2014 +0100
@@ -2,7 +2,10 @@
 DOCS = doc
 endif
 
-SUBDIRS = src $(DOCS)
+SUBDIRS = \
+	. \
+	src \
+	$(DOCS)
 
 ACLOCAL_AMFLAGS = -I m4
 
@@ -11,6 +14,7 @@
 	examples \
 	COPYING.LGPL \
 	ChangeLog \
+	is-tagged.py \
 	update-version.sh
 
 dist-hook:


More information about the dovecot-cvs mailing list