[folks] Add missing D-Bus GLib dependency to the Telepathy contact list tests



commit 0d647f9d9b17dd076e6098e07e35d1e1dce8ef66
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Oct 31 14:34:04 2010 +0000

    Add missing D-Bus GLib dependency to the Telepathy contact list tests

 tests/lib/telepathy/contactlist/Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/tests/lib/telepathy/contactlist/Makefile.am b/tests/lib/telepathy/contactlist/Makefile.am
index 6557834..8c13221 100644
--- a/tests/lib/telepathy/contactlist/Makefile.am
+++ b/tests/lib/telepathy/contactlist/Makefile.am
@@ -35,8 +35,12 @@ libtp_test_contactlist_la_SOURCES = \
 libtp_test_contactlist_la_CFLAGS = \
 	$(ERROR_CFLAGS) \
 	$(TP_GLIB_CFLAGS) \
+	$(DBUS_GLIB_CFLAGS) \
+	$(NULL)
+libtp_test_contactlist_la_LIBADD = \
+	$(TP_GLIB_LIBS) \
+	$(DBUS_GLIB_LIBS) \
 	$(NULL)
-libtp_test_contactlist_la_LIBADD = $(TP_GLIB_LIBS)
 
 _gen/tp_test_contact_list.manager _gen/param-spec-struct.h: \
 			manager-file.py $(top_srcdir)/tests/tools/manager-file.py



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