aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-01-22 15:00:25 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-01-22 15:00:25 -0500
commit72ba52ef04e4521989c2340912cec67590588b8d (patch)
treeff3f1f7e64ea9b8bf525ab6a9ba8c3400c56e5e8 /tests
parente9e5df926a7ec5d20f7f22e3bb9877606fcfd2ac (diff)
downloadayatana-indicator-power-72ba52ef04e4521989c2340912cec67590588b8d.tar.gz
ayatana-indicator-power-72ba52ef04e4521989c2340912cec67590588b8d.tar.bz2
ayatana-indicator-power-72ba52ef04e4521989c2340912cec67590588b8d.zip
Fix path to gtest sources.
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 0c60247..79fcbe9 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)