aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-03-05 10:35:07 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-03-05 10:35:07 -0500
commit2102d70d7e6c815c42b1306f72c036462a960aca (patch)
treeaa04a55af5ccbd198c61b2009528bbf6e135ee06 /tests
parent165992775c830dcf59870691963b90ed78bc0038 (diff)
downloadayatana-indicator-session-2102d70d7e6c815c42b1306f72c036462a960aca.tar.gz
ayatana-indicator-session-2102d70d7e6c815c42b1306f72c036462a960aca.tar.bz2
ayatana-indicator-session-2102d70d7e6c815c42b1306f72c036462a960aca.zip
Make use of XORG_GTEST_LDFLAGS that xorg-gtest can export to know whether there are extra libraries we should link against.
Diffstat (limited to 'tests')
-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/\"" \