From 59d631cd2ce54d04876bf1cbf6fe5525d79ef8ee Mon Sep 17 00:00:00 2001
From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>
Date: Fri, 22 Jul 2016 09:57:28 +0000
Subject: [PATCH] Distclean target.

---
 alberta/src/alberta_Nd/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/alberta/src/alberta_Nd/Makefile.am b/alberta/src/alberta_Nd/Makefile.am
index 0b69703..94adf1b 100644
--- a/alberta/src/alberta_Nd/Makefile.am
+++ b/alberta/src/alberta_Nd/Makefile.am
@@ -37,5 +37,8 @@ $(srcdir)/Makefile-9d.am: \
 	cd $(top_srcdir) && sh generate-alberta-automakefiles.sh
 endif
 
+distclean-local:
+	-rm -f $(BUILT_SOURCES)
+
 all-local:
 	make -C ../Common all-local
-- 
GitLab