From: Travis Reitter Date: Wed, 13 Oct 2010 22:59:02 +0000 (-0700) Subject: Actually include all the LDADD flags for our tests. X-Git-Tag: FOLKS_0_3_1~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5894cc75d9228319fdede7e89de4a966814168f;p=platform%2Fupstream%2Ffolks.git Actually include all the LDADD flags for our tests. Thanks to autotools for keeping this hidden for so long. Fixes bgo#632096. --- 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) \