aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-01-22 16:35:02 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-01-22 16:35:02 -0500
commit8e878ce271c308a42e218d0c1b73d7f128dab7cb (patch)
treef6bb4bf97eb1937e069063e152985c5802322d17 /tests
parent4e7380de16795e0467b7c53e9eec1950881e834b (diff)
downloadayatana-indicator-datetime-8e878ce271c308a42e218d0c1b73d7f128dab7cb.tar.gz
ayatana-indicator-datetime-8e878ce271c308a42e218d0c1b73d7f128dab7cb.tar.bz2
ayatana-indicator-datetime-8e878ce271c308a42e218d0c1b73d7f128dab7cb.zip
Update paths to gtest source.
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 cc3b52a..f6387a0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -12,8 +12,8 @@ include $(srcdir)/Makefile.am.strings
check_LIBRARIES = libgtest.a
nodist_libgtest_a_SOURCES = \
- $(GTEST_SOURCE)/src/gtest-all.cc \
- $(GTEST_SOURCE)/src/gtest_main.cc
+ $(GTEST_SOURCE)/gtest-all.cc \
+ $(GTEST_SOURCE)/gtest_main.cc
AM_CPPFLAGS = $(GTEST_CPPFLAGS) -I${top_srcdir}/src -Wall -Werror
AM_CXXFLAGS = $(GTEST_CXXFLAGS)