[tracker/direct-access: 92/122] tests/functional-tests: Fix distcheck
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/direct-access: 92/122] tests/functional-tests: Fix distcheck
- Date: Fri, 6 Aug 2010 10:21:50 +0000 (UTC)
commit b5b986d2901a610e987dfa14123b47f57ec317f7
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 | 32 +++++++++++++++++++++-----------
1 files changed, 21 insertions(+), 11 deletions(-)
---
diff --git a/tests/functional-tests/Makefile.am b/tests/functional-tests/Makefile.am
index 52b4509..585011d 100644
--- a/tests/functional-tests/Makefile.am
+++ b/tests/functional-tests/Makefile.am
@@ -70,25 +70,25 @@ busy_handling_test_LDADD = \
direct_query_test_VALASOURCES = shared-query-test.vala direct-query-test.vala
direct_query_test_SOURCES = \
- direct_query_test.vala.stamp \
+ direct-query-test.vala.stamp \
$(direct_query_test_VALASOURCES:.vala=.c)
default_update_test_VALASOURCES = shared-update-test.vala default-update-test.vala
default_update_test_SOURCES = \
- default_update_test.vala.stamp \
+ default-update-test.vala.stamp \
$(default_update_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)
direct_vapi_sources = \
@@ -131,24 +131,34 @@ 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 \
- direct-query-test.vala.stamp \
- bus-query-test.vala.stamp \
- default-update-test.vala.stamp \
+ direct-query-test.vala.stamp \
+ bus-query-test.vala.stamp \
+ default-update-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) $(BUILD_SOURCES)
MAINTAINERCLEANFILES = \
$(BUILT_SOURCES) \
- $(busy_handling_test_VALASOURCES:.vala=.c)
+ $(busy_handling_test_VALASOURCES:.vala=.c) \
+ $(bus_query_test_VALASOURCES:.vala=.c) \
+ $(bus_update_test_VALASOURCES:.vala=.c) \
+ $(direct_query_test_VALASOURCES:.vala=.c) \
+ $(default_update_test_VALASOURCES:.vala=.c)
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]