aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-18 02:40:43 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-18 02:40:43 +0000
commit83ad01e35fef1d96c0498c6337e90aa9a275e8c4 (patch)
tree49a00f89a67c03b34fe8690004f77ebe2021f8c4 /src/Makefile.am
parentfccb146e3fe437b0df1e9c50d4b8e1080ddb4bd9 (diff)
downloadprotobuf-83ad01e35fef1d96c0498c6337e90aa9a275e8c4.tar.gz
protobuf-83ad01e35fef1d96c0498c6337e90aa9a275e8c4.tar.bz2
protobuf-83ad01e35fef1d96c0498c6337e90aa9a275e8c4.zip
Point test_plugin at the correct gtest headers.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 510613ce..1fcbf620 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -344,6 +344,8 @@ nodist_protobuf_lite_test_SOURCES = $(protoc_lite_outputs)
# Test plugin binary.
test_plugin_LDADD = $(PTHREAD_LIBS) libprotobuf.la libprotoc.la \
$(top_builddir)/gtest/lib/libgtest.la
+test_plugin_CPPFLAGS = -I$(top_srcdir)/gtest/include \
+ -I$(top_builddir)/gtest/include
test_plugin_SOURCES = \
google/protobuf/compiler/mock_code_generator.cc \
google/protobuf/testing/file.cc \