From 2102d70d7e6c815c42b1306f72c036462a960aca Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 5 Mar 2013 10:35:07 -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 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/\"" \ -- cgit v1.2.3