diff options
author | Ted Gould <ted@gould.cx> | 2012-03-21 15:11:20 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-03-21 15:11:20 -0500 |
commit | 213659f3a1491d7d95a904d4629dfa386ba8a684 (patch) | |
tree | 2317021b1dce305a2d3689757227e86be3b56f29 | |
parent | 30e379ee516e16a173785ecf76cbb5fe926e0507 (diff) | |
parent | 0e5b8f77b3320b12f497153b7a781272aacac00a (diff) | |
download | ayatana-indicator-messages-213659f3a1491d7d95a904d4629dfa386ba8a684.tar.gz ayatana-indicator-messages-213659f3a1491d7d95a904d4629dfa386ba8a684.tar.bz2 ayatana-indicator-messages-213659f3a1491d7d95a904d4629dfa386ba8a684.zip |
Fix to use the lib
-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 |