aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-06-17 09:42:46 -0400
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-06-17 09:42:46 -0400
commit1f747c84219f55374aa65c8483c026435b659553 (patch)
tree6d0f12c639ba287c7e1d959a493b60a387befefa
parent30ea3e96fc8b0d912e58a98a28877d1e5c73960e (diff)
downloadayatana-indicator-session-1f747c84219f55374aa65c8483c026435b659553.tar.gz
ayatana-indicator-session-1f747c84219f55374aa65c8483c026435b659553.tar.bz2
ayatana-indicator-session-1f747c84219f55374aa65c8483c026435b659553.zip
Fix linking with gtest, which expects pthreads.
-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)\"" \