From 7a59449eb87aa2594e1e2872cf9ff3a906bd72ff Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 5 Mar 2013 10:16:44 -0500 Subject: Make use of XORG_GTEST_LDFLAGS that xorg-gtest can export to know whether there are extra libraries we should link against. --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 = \ -- cgit v1.2.3