[folks] Put more files in CLEANFILES as appropriate.



commit 7e8370c5c5701e55a3587ac94098765d8266257d
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Wed Oct 20 08:58:22 2010 -0700

    Put more files in CLEANFILES as appropriate.

 backends/telepathy/lib/Makefile.am |   13 +++++++++++--
 tests/telepathy/Makefile.am        |    4 +++-
 2 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/backends/telepathy/lib/Makefile.am b/backends/telepathy/lib/Makefile.am
index 252d191..9b08683 100644
--- a/backends/telepathy/lib/Makefile.am
+++ b/backends/telepathy/lib/Makefile.am
@@ -82,10 +82,14 @@ pkgconfig_DATA = $(pkgconfig_in:.in=)
 
 libfolks_telepathy_la_vala.stamp: tp-lowlevel.vapi
 
-libfolks_telepathy_la_SOURCES = \
+folks_telepathy_valasources = \
 	tpf-persona.vala \
 	tpf-persona-store.vala \
 	tpf-logger.vala \
+	$(NULL)
+
+libfolks_telepathy_la_SOURCES = \
+	$(folks_telepathy_valasources) \
 	tp-lowlevel.c \
 	$(NULL)
 
@@ -143,6 +147,7 @@ dist_vapi_DATA = \
 
 BUILT_SOURCES = \
 	$(pkgconfig_in:.in=) \
+	$(folks_telepathy_valasources:.vala=.c) \
 	folks-telepathy-uninstalled.pc \
 	folks-telepathy.h \
 	folks-telepathy.vapi \
@@ -150,7 +155,11 @@ BUILT_SOURCES = \
 	tp-lowlevel.vapi \
 	$(NULL)
 
-CLEANFILES += $(BUILT_SOURCES)
+CLEANFILES += \
+	$(BUILT_SOURCES) \
+	libfolks_telepathy_la_vala.stamp \
+	libtp_lowlevel_la_vala.stamp \
+	$(NULL)
 
 EXTRA_DIST = \
 	$(libtp_lowlevel_la_SOURCES) \
diff --git a/tests/telepathy/Makefile.am b/tests/telepathy/Makefile.am
index e8697b2..75d1c31 100644
--- a/tests/telepathy/Makefile.am
+++ b/tests/telepathy/Makefile.am
@@ -70,7 +70,9 @@ persona_store_capabilities_SOURCES = \
 
 CLEANFILES = \
 	$(addsuffix .c,$(noinst_PROGRAMS)) \
-	*.stamp \
+	individual_properties_vala.stamp \
+	individual_retrieval_vala.stamp \
+	persona_store_capabilities_vala.stamp \
 	*.pid \
 	*.address \
 	$(TESTS) \



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