aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-03-05 16:10:21 +0000
committerTarmac <Unknown>2013-03-05 16:10:21 +0000
commite4e327f139dd139a91893fc7f19061a37d4b47e9 (patch)
treeaa04a55af5ccbd198c61b2009528bbf6e135ee06
parent165992775c830dcf59870691963b90ed78bc0038 (diff)
parent2102d70d7e6c815c42b1306f72c036462a960aca (diff)
downloadayatana-indicator-session-e4e327f139dd139a91893fc7f19061a37d4b47e9.tar.gz
ayatana-indicator-session-e4e327f139dd139a91893fc7f19061a37d4b47e9.tar.bz2
ayatana-indicator-session-e4e327f139dd139a91893fc7f19061a37d4b47e9.zip
Do the linking with -lpthread correctly. Fixes: https://bugs.launchpad.net/bugs/1126362.
Approved by Didier Roche, PS Jenkins bot.
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 579f502..071f684 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -39,6 +39,7 @@ integrationcheck_PROGRAMS += test-service
test_service_SOURCES = test-service.cc
test_service_LDADD = \
$(TEST_SERVICE_LIBS) \
+ $(XORG_GTEST_LDFLAGS) \
libgtest.a
test_service_CPPFLAGS = \
-DSCHEMA_DIR="\"$(top_builddir)/tests/\"" \