aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-03-05 10:16:44 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-03-05 10:16:44 -0500
commit7a59449eb87aa2594e1e2872cf9ff3a906bd72ff (patch)
treedb53d96a628167ffffebf854e8697bd7b7c010fc /tests
parentc13de083d7e7eb486cf9a2e40a68969bc84e305f (diff)
downloadayatana-indicator-datetime-7a59449eb87aa2594e1e2872cf9ff3a906bd72ff.tar.gz
ayatana-indicator-datetime-7a59449eb87aa2594e1e2872cf9ff3a906bd72ff.tar.bz2
ayatana-indicator-datetime-7a59449eb87aa2594e1e2872cf9ff3a906bd72ff.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 f6387a0..ef7d23d 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 = \