diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f9676c3..dce6076 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -23,15 +23,14 @@ AM_CXXFLAGS = $(GTEST_CXXFLAGS) ### TEST_LIBS = \ - $(top_builddir)/src/.libs/libdatetime.so \ libgtest.a \ - $(INDICATOR_LIBS) \ + $(SERVICE_LIBS) \ $(COVERAGE_LDFLAGS) \ $(XORG_GTEST_LDFLAGS) TEST_CPPFLAGS = \ $(AM_CPPFLAGS) \ - $(INDICATOR_CFLAGS) + $(SERVICE_CFLAGS) BUILT_SOURCES += gschemas.compiled CLEANFILES += gschemas.compiled |