[folks] Re-arrange some build in the Telepathy tests.



commit ecaad0bc2bf7a34f88f575075d263df28a8c3ced
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Tue Nov 9 11:29:18 2010 -0800

    Re-arrange some build in the Telepathy tests.
    
    Helps bgo#633718.

 tests/telepathy/Makefile.am |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/tests/telepathy/Makefile.am b/tests/telepathy/Makefile.am
index a770b04..f986d11 100644
--- a/tests/telepathy/Makefile.am
+++ b/tests/telepathy/Makefile.am
@@ -71,11 +71,15 @@ persona_store_capabilities_SOURCES = \
 	persona-store-capabilities.vala \
 	$(NULL)
 
-CLEANFILES = \
-	$(addsuffix .c,$(noinst_PROGRAMS)) \
+BUILT_SOURCES = \
 	individual_properties_vala.stamp \
 	individual_retrieval_vala.stamp \
 	persona_store_capabilities_vala.stamp \
+	$(NULL)
+
+CLEANFILES = \
+	$(BUILT_SOURCES) \
+	$(addsuffix .c,$(noinst_PROGRAMS)) \
 	*.pid \
 	*.address \
 	$(TESTS) \



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