[folks] Un-break distclean for the general test library



commit 8685a4240a15a4aef7e0f6a978ff9e254e74bbdb
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Wed Nov 10 18:19:12 2010 -0800

    Un-break distclean for the general test library

 tests/lib/Makefile.am |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am
index 6e1d5b5..8f633b7 100644
--- a/tests/lib/Makefile.am
+++ b/tests/lib/Makefile.am
@@ -17,15 +17,18 @@ libfolks_test_la_VALAFLAGS = \
 	$(NULL)
 
 CLEANFILES = \
+	folks-test-uninstalled.pc \
+	$(NULL)
+
+MAINTAINERCLEANFILES = \
 	$(libfolks_test_la_SOURCES:.vala=.c) \
-	*.stamp \
+	libfolks_test_la_vala.stamp \
 	folks-test.h \
 	folks-test.vapi \
-	folks-test-uninstalled.pc \
 	$(NULL)
 
 EXTRA_DIST = \
-	folks-test.vapi \
+	$(MAINTAINERCLEANFILES) \
 	$(NULL)
 
 -include $(top_srcdir)/git.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]