diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-01-22 15:00:25 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-01-22 15:00:25 -0500 |
commit | 72ba52ef04e4521989c2340912cec67590588b8d (patch) | |
tree | ff3f1f7e64ea9b8bf525ab6a9ba8c3400c56e5e8 /tests | |
parent | e9e5df926a7ec5d20f7f22e3bb9877606fcfd2ac (diff) | |
download | ayatana-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.am | 4 |
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) |