From b0be4ab44abbe81d2ab36c1574d3fef5b637e37e Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Fri, 31 Oct 2014 00:50:28 +0100
Subject: [PATCH] After make distclean the distributed tarball would fail to
 recompile.

---
 Makefile.am | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 6be94cbf1..87b6fded9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,10 @@ if BUILD_DOCS
 DOCS = doc
 endif
 
-SUBDIRS = src $(DOCS)
+SUBDIRS = \
+	. \
+	src \
+	$(DOCS)
 
 ACLOCAL_AMFLAGS = -I m4
 
@@ -11,6 +14,7 @@ EXTRA_DIST = \
 	examples \
 	COPYING.LGPL \
 	ChangeLog \
+	is-tagged.py \
 	update-version.sh
 
 dist-hook:
-- 
GitLab