[folks/folks-0-2] Add missing DBus-GLib dependency to the contact list tests
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/folks-0-2] Add missing DBus-GLib dependency to the contact list tests
- Date: Sat, 13 Nov 2010 11:41:12 +0000 (UTC)
commit cbdd03baf72b34521ef2c29f9e11f8b30a84c30a
Author: Philip Withnall <philip tecnocode co uk>
Date: Sat Nov 13 11:40:34 2010 +0000
Add missing DBus-GLib dependency to the contact list tests
tests/lib/telepathy/contactlist/Makefile.am | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/tests/lib/telepathy/contactlist/Makefile.am b/tests/lib/telepathy/contactlist/Makefile.am
index 56ec6a5..8804198 100644
--- a/tests/lib/telepathy/contactlist/Makefile.am
+++ b/tests/lib/telepathy/contactlist/Makefile.am
@@ -30,8 +30,14 @@ libtp_test_contactlist_la_SOURCES = \
contact-list-manager.h \
$(NULL)
-libtp_test_contactlist_la_CFLAGS = $(TP_GLIB_CFLAGS)
-libtp_test_contactlist_la_LIBADD = $(TP_GLIB_LIBS)
+libtp_test_contactlist_la_CFLAGS = \
+ $(TP_GLIB_CFLAGS) \
+ $(DBUS_GLIB_LIBS) \
+ $(NULL)
+libtp_test_contactlist_la_LIBADD = \
+ $(TP_GLIB_LIBS) \
+ $(DBUS_GLIB_LIBS) \
+ $(NULL)
_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]