aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-06-18 23:12:59 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-06-18 23:12:59 -0500
commit2c0b562cf3c58454d4e881569b7289bf464675e9 (patch)
tree7f25850bdb20e98e742fc0d5c3ce7701891d137a /tests
parentc18a48d1c81cef6bf874caae86f6230e64d7a13a (diff)
parent50de20c540f2d268ebd7d1a8d16f009d218b86fd (diff)
downloadayatana-indicator-datetime-2c0b562cf3c58454d4e881569b7289bf464675e9.tar.gz
ayatana-indicator-datetime-2c0b562cf3c58454d4e881569b7289bf464675e9.tar.bz2
ayatana-indicator-datetime-2c0b562cf3c58454d4e881569b7289bf464675e9.zip
sync with lp:indicator-datetime trunk
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8ca0cbc..f9676c3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -24,10 +24,10 @@ AM_CXXFLAGS = $(GTEST_CXXFLAGS)
TEST_LIBS = \
$(top_builddir)/src/.libs/libdatetime.so \
+ libgtest.a \
$(INDICATOR_LIBS) \
$(COVERAGE_LDFLAGS) \
- $(XORG_GTEST_LDFLAGS) \
- libgtest.a
+ $(XORG_GTEST_LDFLAGS)
TEST_CPPFLAGS = \
$(AM_CPPFLAGS) \