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(+) 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 From 3e0a4a9b491de8b0159b4076ffa545c68dd9fd98 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 5 Mar 2013 16:45:40 -0500 Subject: Because larsu. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index ef7d23d..8ca0cbc 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,7 +26,7 @@ TEST_LIBS = \ $(top_builddir)/src/.libs/libdatetime.so \ $(INDICATOR_LIBS) \ $(COVERAGE_LDFLAGS) \ - $(XORG_GTEST_LDFLAGS) \ + $(XORG_GTEST_LDFLAGS) \ libgtest.a TEST_CPPFLAGS = \ -- cgit v1.2.3