[folks] Actually include all the LDADD flags for our tests.



commit f5894cc75d9228319fdede7e89de4a966814168f
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Wed Oct 13 15:59:02 2010 -0700

    Actually include all the LDADD flags for our tests.
    
    Thanks to autotools for keeping this hidden for so long.
    
    Fixes bgo#632096.

 NEWS                        |    2 ++
 tests/telepathy/Makefile.am |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index b87e181..49a6a71 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ Major changes:
 Bugs fixed:
 * Bug 630431 â?? notify::alias is never emitted
 * Bug 631864 â?? Crash when empathy disconnects
+* 632096 - build failure: contact-retrieval.o: undefined reference to symbol
+  'gee_abstract_collection_add'
 
 Overview of changes from libfolks 0.1.17 to libfolks 0.3.0
 ==========================================================
diff --git a/tests/telepathy/Makefile.am b/tests/telepathy/Makefile.am
index 0f53aed..a6ad2c5 100644
--- a/tests/telepathy/Makefile.am
+++ b/tests/telepathy/Makefile.am
@@ -14,7 +14,7 @@ LDADD = \
 	$(top_builddir)/tests/lib/libfolks-test.la \
 	$(top_builddir)/tests/lib/telepathy/contactlist/libtp-test-contactlist.la \
 	$(top_builddir)/backends/telepathy/lib/libfolks-telepathy.la \
-	$(top_builddir)/folks/libfolks.la
+	$(top_builddir)/folks/libfolks.la \
 	$(GLIB_LIBS) \
 	$(GEE_LIBS) \
 	$(TP_GLIB_LIBS) \



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