aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-06-17 14:12:15 +0000
committerTarmac <Unknown>2013-06-17 14:12:15 +0000
commit0cd1fc5c31b435d1853cae1e6886524bb73d75ec (patch)
tree6d0f12c639ba287c7e1d959a493b60a387befefa
parent30ea3e96fc8b0d912e58a98a28877d1e5c73960e (diff)
parent1f747c84219f55374aa65c8483c026435b659553 (diff)
downloadayatana-indicator-session-0cd1fc5c31b435d1853cae1e6886524bb73d75ec.tar.gz
ayatana-indicator-session-0cd1fc5c31b435d1853cae1e6886524bb73d75ec.tar.bz2
ayatana-indicator-session-0cd1fc5c31b435d1853cae1e6886524bb73d75ec.zip
Fix linking with pthreads for gtest.
Approved by Ɓukasz Zemczak, Lars Uebernickel, PS Jenkins bot.
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 071f684..f4f853e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -39,8 +39,8 @@ integrationcheck_PROGRAMS += test-service
test_service_SOURCES = test-service.cc
test_service_LDADD = \
$(TEST_SERVICE_LIBS) \
- $(XORG_GTEST_LDFLAGS) \
- libgtest.a
+ libgtest.a \
+ $(XORG_GTEST_LDFLAGS)
test_service_CPPFLAGS = \
-DSCHEMA_DIR="\"$(top_builddir)/tests/\"" \
-DINDICATOR_SERVICE_DIR="\"$(abs_builddir)\"" \