[tracker/gdbus-evolution: 19/28] functional-tests: Do not use dbus-glib where not necessary
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/gdbus-evolution: 19/28] functional-tests: Do not use dbus-glib where not necessary
- Date: Thu, 28 Oct 2010 08:30:46 +0000 (UTC)
commit 6c3fac3cb5970387be7c35683925f6685a24bfec
Author: Jürg Billeter <j bitron ch>
Date: Mon Oct 25 14:36:09 2010 +0200
functional-tests: Do not use dbus-glib where not necessary
tests/functional-tests/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/functional-tests/Makefile.am b/tests/functional-tests/Makefile.am
index edacaa8..cd445f6 100644
--- a/tests/functional-tests/Makefile.am
+++ b/tests/functional-tests/Makefile.am
@@ -157,11 +157,11 @@ bus_vapi_sources = \
$(top_srcdir)/src/libtracker-bus/tracker-bus.vapi
bus-query-test.vala.stamp: $(bus_query_test_VALASOURCES) $(bus_vapi_sources)
- $(AM_V_GEN)$(VALAC) $(GCOV_VALAFLAGS) -C $(VALAFLAGS) --pkg gio-2.0 --pkg dbus-glib-1 $^
+ $(AM_V_GEN)$(VALAC) $(GCOV_VALAFLAGS) -C $(VALAFLAGS) --pkg gio-2.0 $^
$(AM_V_GEN)touch $@
bus-update-test.vala.stamp: $(bus_update_test_VALASOURCES) $(bus_vapi_sources)
- $(AM_V_GEN)$(VALAC) $(GCOV_VALAFLAGS) -C $(VALAFLAGS) --pkg gio-2.0 --pkg dbus-glib-1 $^
+ $(AM_V_GEN)$(VALAC) $(GCOV_VALAFLAGS) -C $(VALAFLAGS) --pkg gio-2.0 $^
$(AM_V_GEN)touch $@
bus_query_test_LDADD = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]