From 1f747c84219f55374aa65c8483c026435b659553 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 17 Jun 2013 09:42:46 -0400 Subject: Fix linking with gtest, which expects pthreads. --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Makefile.am') 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)\"" \ -- cgit v1.2.3