aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-01-22 09:53:59 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-01-22 09:53:59 -0500
commit9021cd15af70142b29300c42196891d8e282b0f7 (patch)
tree864333251fe11bdc4794c9513c05d8716862349d /tests
parentac4566b7b88ee291a6e3c97ab2bfc34f12db03f0 (diff)
downloadayatana-indicator-session-9021cd15af70142b29300c42196891d8e282b0f7.tar.gz
ayatana-indicator-session-9021cd15af70142b29300c42196891d8e282b0f7.tar.bz2
ayatana-indicator-session-9021cd15af70142b29300c42196891d8e282b0f7.zip
Revise path to gtest source files; the files moved in libxorg-gtest-dev
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 c117c95..579f502 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -15,8 +15,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)