summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-10-22 23:26:01 +0200
committerRoger Meier <roger@apache.org>2014-10-22 23:26:01 +0200
commita5bf1a1ff05d2e49b80b999cb8f111e0c8691288 (patch)
tree681f046489464887470be58f7a30261995457351 /test
parent81a1f996bc055c6833c829beaf9e5549db2a774d (diff)
downloadthrift-a5bf1a1ff05d2e49b80b999cb8f111e0c8691288.tar.gz
cpp: fix automake dependencies and make ProcessorTest.cpp compilable again
Diffstat (limited to 'test')
-rwxr-xr-xtest/cpp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/Makefile.am b/test/cpp/Makefile.am
index 51380ab41..33e71a315 100755
--- a/test/cpp/Makefile.am
+++ b/test/cpp/Makefile.am
@@ -94,7 +94,7 @@ THRIFT = $(top_builddir)/compiler/cpp/thrift
gen-cpp/ThriftTest.cpp gen-cpp/ThriftTest_types.cpp gen-cpp/ThriftTest_constants.cpp: $(top_srcdir)/test/ThriftTest.thrift
$(THRIFT) --gen cpp:templates,cob_style -r $<
-gen-cpp/StressTest_types.cpp gen-cpp/StressTest_constants.cpp: $(top_srcdir)/test/StressTest.thrift
+gen-cpp/StressTest_types.cpp gen-cpp/StressTest_constants.cpp gen-cpp/Service.cpp: $(top_srcdir)/test/StressTest.thrift
$(THRIFT) --gen cpp $<
AM_CPPFLAGS = $(BOOST_CPPFLAGS) $(LIBEVENT_CPPFLAGS) -I$(top_srcdir)/lib/cpp/src -Igen-cpp