From 3d48d756f009125ea3ecee1a7d56f2a35509ea79 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Tue, 26 Jan 2016 23:21:50 +0100
Subject: [PATCH] Makefile: Added run-test.sh to be cleaned by distclean.

---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 363fabaa3..9ca86784a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,8 @@ pigeonhole-version.h: noop
 noop:
 
 DISTCLEANFILES = \
-    $(top_builddir)/pigeonhole-version.h
+    $(top_builddir)/pigeonhole-version.h \
+	$(top_builddir)/run-test.sh
 
 # Testsuite tests (FIXME: ugly)
 
-- 
GitLab