diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-06-18 23:27:13 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-06-18 23:27:13 -0500 |
commit | fff2cf6b39b1ba5b2b8dc48fd44238f039c53328 (patch) | |
tree | e9a80a2a81c8c7f0ac24658e0c5c14f7fcac43cd | |
parent | 07232499cbb7b051dbd0752ee58c3fa2c48d91af (diff) | |
download | ayatana-indicator-datetime-fff2cf6b39b1ba5b2b8dc48fd44238f039c53328.tar.gz ayatana-indicator-datetime-fff2cf6b39b1ba5b2b8dc48fd44238f039c53328.tar.bz2 ayatana-indicator-datetime-fff2cf6b39b1ba5b2b8dc48fd44238f039c53328.zip |
fix build breakage in tests/
-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 |