aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.am4
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