summaryrefslogtreecommitdiff
path: root/tutorial/cpp
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 /tutorial/cpp
parent81a1f996bc055c6833c829beaf9e5549db2a774d (diff)
downloadthrift-a5bf1a1ff05d2e49b80b999cb8f111e0c8691288.tar.gz
cpp: fix automake dependencies and make ProcessorTest.cpp compilable again
Diffstat (limited to 'tutorial/cpp')
-rwxr-xr-xtutorial/cpp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/cpp/Makefile.am b/tutorial/cpp/Makefile.am
index e895b03d9..9768c5189 100755
--- a/tutorial/cpp/Makefile.am
+++ b/tutorial/cpp/Makefile.am
@@ -60,7 +60,7 @@ TutorialClient_LDADD = \
#
THRIFT = $(top_builddir)/compiler/cpp/thrift
-gen-cpp/Calculator.cpp gen-cpp/tutorial_types.cpp gen-cpp/tutorial_constants.cpp: $(top_srcdir)/tutorial/tutorial.thrift
+gen-cpp/Calculator.cpp gen-cpp/SharedService.cpp gen-cpp/shared_constants.cpp gen-cpp/shared_types.cpp gen-cpp/tutorial_constants.cpp gen-cpp/tutorial_types.cpp: $(top_srcdir)/tutorial/tutorial.thrift
$(THRIFT) --gen cpp -r $<
AM_CPPFLAGS = $(BOOST_CPPFLAGS) $(LIBEVENT_CPPFLAGS) -I$(top_srcdir)/lib/cpp/src -Igen-cpp