diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-03-05 10:16:44 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-03-05 10:16:44 -0500 |
commit | 7a59449eb87aa2594e1e2872cf9ff3a906bd72ff (patch) | |
tree | db53d96a628167ffffebf854e8697bd7b7c010fc /tests/Makefile.am | |
parent | c13de083d7e7eb486cf9a2e40a68969bc84e305f (diff) | |
download | ayatana-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/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
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 = \ |