diff options
author | Allan LeSage <allanlesage@gmail.com> | 2012-03-20 19:14:04 -0500 |
---|---|---|
committer | Allan LeSage <allanlesage@gmail.com> | 2012-03-20 19:14:04 -0500 |
commit | 1985b73f61e084b60ed9f64de78f541f57059f9d (patch) | |
tree | a3fb5e42bbab58e8e734b4dd739db41dfdb11231 | |
parent | e4db178a1b250394c121760411d1c774e898ab25 (diff) | |
download | ayatana-indicator-messages-1985b73f61e084b60ed9f64de78f541f57059f9d.tar.gz ayatana-indicator-messages-1985b73f61e084b60ed9f64de78f541f57059f9d.tar.bz2 ayatana-indicator-messages-1985b73f61e084b60ed9f64de78f541f57059f9d.zip |
Substituting build code under test lib for individual includes for example.
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 1 insertions, 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 |