[folks] Fix the CLEANFILES for the Tp tests.



commit 727192f6578e8e1856d2eed5bb579a27489e8c5a
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Wed Oct 6 11:00:22 2010 -0700

    Fix the CLEANFILES for the Tp tests.

 tests/telepathy/Makefile.am |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/tests/telepathy/Makefile.am b/tests/telepathy/Makefile.am
index 4ff9d63..f5569a3 100644
--- a/tests/telepathy/Makefile.am
+++ b/tests/telepathy/Makefile.am
@@ -61,6 +61,10 @@ contact_properties_SOURCES = \
 	$(NULL)
 
 CLEANFILES = \
+	$(addsuffix .c,$(noinst_PROGRAMS)) \
+	*.stamp \
+	*.pid \
+	*.address \
 	$(TESTS) \
 	$(NULL)
 
@@ -71,12 +75,4 @@ test-%: %
 	> $@
 	chmod +x $@
 
-#FIXME: simplify if possible
-GITIGNOREFILES = \
-	$(contact_retrieval_SOURCES:.vala=.c) \
-	contact_retrieval_vala.stamp \
-	$(contact_properties_SOURCES:.vala=.c) \
-	contact_properties_vala.stamp \
-	$(NULL)
-
 -include $(top_srcdir)/git.mk



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