From 1985b73f61e084b60ed9f64de78f541f57059f9d Mon Sep 17 00:00:00 2001 From: Allan LeSage Date: Tue, 20 Mar 2012 19:14:04 -0500 Subject: Substituting build code under test lib for individual includes for example. --- test/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 8986a40..7d6d95e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -21,9 +21,6 @@ libgtest_a_CPPFLAGS = \ TESTS += test-gtest test_gtest_SOURCES = \ - $(top_srcdir)/src/launcher-menu-item.c \ - $(top_srcdir)/src/default-applications.c \ - $(top_srcdir)/src/seen-db.c \ test-gtest.cpp test_gtest_CPPFLAGS = \ $(APPLET_CFLAGS) \ @@ -31,6 +28,7 @@ test_gtest_CPPFLAGS = \ test_gtest_LDFLAGS = -pthread test_gtest_LDADD = \ $(APPLET_LIBS) \ + $(top_builddir)/src/.libs/libindicator-messages-status-provider.la \ libgtest.a -- cgit v1.2.3