[tracker/libtracker-bus: 35/51] tests/functional-tests: Fix distcheck



commit 5861499c46ecf27562bc223af4e58ce51bc3a37b
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Thu Jul 22 12:49:35 2010 +0200

    tests/functional-tests: Fix distcheck

 tests/functional-tests/Makefile.am |   26 +++++++++++++++++---------
 1 files changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/tests/functional-tests/Makefile.am b/tests/functional-tests/Makefile.am
index 7864efd..a66d218 100644
--- a/tests/functional-tests/Makefile.am
+++ b/tests/functional-tests/Makefile.am
@@ -69,20 +69,16 @@ busy_handling_test_LDADD = \
 BUILT_SOURCES = 				\
 	busy-handling-test.vala.stamp
 
-MAINTAINERCLEANFILES =					\
-	$(BUILT_SOURCES)				\
-	$(busy_handling_test_VALASOURCES:.vala=.c)
-
 bus_query_test_VALASOURCES = shared-query-test.vala bus-query-test.vala
 
 bus_query_test_SOURCES = \
-	bus_query_test.vala.stamp \
+	bus-query-test.vala.stamp \
 	$(bus_query_test_VALASOURCES:.vala=.c)
 
 bus_update_test_VALASOURCES = shared-update-test.vala bus-update-test.vala
 
 bus_update_test_SOURCES = \
-	bus_update_test.vala.stamp \
+	bus-update-test.vala.stamp \
 	$(bus_update_test_VALASOURCES:.vala=.c)
 
 bus_vapi_sources = \
@@ -105,19 +101,31 @@ bus_query_test_LDADD = \
 	$(GLIB2_LIBS) \
 	$(DBUS_LIBS)
 
-BUILT_SOURCES = \
+bus_update_test_LDADD = $(bus_query_test_LDADD)
+
+BUILT_SOURCES = 				\
 	busy-handling-test.vala.stamp \
 	bus-query-test.vala.stamp \
+	bus-query-test.vala.stamp 		\
 	bus-update-test.vala.stamp
 
-bus_update_test_LDADD = $(bus_query_test_LDADD)
 
 EXTRA_DIST = 					\
 	$(config_SCRIPTS) 			\
 	$(bashscripts_SCRIPTS)			\
 	$(bashscripts_in_files)			\
 	$(BUILT_SOURCES)			\
-	$(busy_handling_test_VALASOURCES)
+	$(busy_handling_test_VALASOURCES)	\
+	$(direct_query_test_VALASOURCES)	\
+	$(default_update_test_VALASOURCES)	\
+	$(bus_query_test_VALASOURCES)		\
+	$(bus_update_test_VALASOURCES)
 
 CLEANFILES = $(bashscripts_SCRIPTS)
 
+MAINTAINERCLEANFILES =					\
+	$(BUILT_SOURCES)				\
+	$(busy_handling_test_VALASOURCES:.vala=.c)	\
+	$(bus_query_test_VALASOURCES:.vala=.c)		\
+	$(bus_update_test_VALASOURCES:.vala=.c)
+



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