aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-03-05 22:17:12 +0000
committerTarmac <Unknown>2013-03-05 22:17:12 +0000
commit6bb79c86ee49a1145a2252d912e067c19e0a5719 (patch)
tree3042786b188549301f6632a8f1a030e9b2ea11db
parentc13de083d7e7eb486cf9a2e40a68969bc84e305f (diff)
parent3e0a4a9b491de8b0159b4076ffa545c68dd9fd98 (diff)
downloadayatana-indicator-datetime-6bb79c86ee49a1145a2252d912e067c19e0a5719.tar.gz
ayatana-indicator-datetime-6bb79c86ee49a1145a2252d912e067c19e0a5719.tar.bz2
ayatana-indicator-datetime-6bb79c86ee49a1145a2252d912e067c19e0a5719.zip
Do the linking with -lpthread correctly. Fixes: https://bugs.launchpad.net/bugs/1126362.
Approved by Lars Uebernickel, 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 f6387a0..8ca0cbc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -26,6 +26,7 @@ TEST_LIBS = \
$(top_builddir)/src/.libs/libdatetime.so \
$(INDICATOR_LIBS) \
$(COVERAGE_LDFLAGS) \
+ $(XORG_GTEST_LDFLAGS) \
libgtest.a
TEST_CPPFLAGS = \