Actually include all the LDADD flags for our tests.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 13 Oct 2010 22:59:02 +0000 (15:59 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 13 Oct 2010 23:02:57 +0000 (16:02 -0700)
Thanks to autotools for keeping this hidden for so long.

Fixes bgo#632096.

NEWS
tests/telepathy/Makefile.am

diff --git a/NEWS b/NEWS
index b87e181..49a6a71 100644 (file)
--- 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
 ==========================================================
index 0f53aed..a6ad2c5 100644 (file)
@@ -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) \