summaryrefslogtreecommitdiff
path: root/tutorial/cpp
diff options
context:
space:
mode:
authorKonrad Grochowski <hcorg@minions.org.pl>2014-09-19 23:57:57 +0200
committerRoger Meier <roger@apache.org>2014-09-29 22:05:49 +0200
commit1ff4a97a45a78e4afe88660927fb798c18336f7d (patch)
tree250015e1adfffc3f0f35c2ca7a3fa8234e4d5936 /tutorial/cpp
parenteb8e5ad87fc8d715a40416f789774da2856a6d69 (diff)
downloadthrift-1ff4a97a45a78e4afe88660927fb798c18336f7d.tar.gz
THRIFT-2716 - removed warnings from some Makefile.ams
Diffstat (limited to 'tutorial/cpp')
-rwxr-xr-xtutorial/cpp/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/tutorial/cpp/Makefile.am b/tutorial/cpp/Makefile.am
index b82984592..918adb2ad 100755
--- a/tutorial/cpp/Makefile.am
+++ b/tutorial/cpp/Makefile.am
@@ -62,10 +62,7 @@ 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
$(THRIFT) --gen cpp -r $<
-INCLUDES = \
- -I$(top_srcdir)/lib/cpp/src -Igen-cpp
-
-AM_CPPFLAGS = $(BOOST_CPPFLAGS) $(LIBEVENT_CPPFLAGS)
+AM_CPPFLAGS = $(BOOST_CPPFLAGS) $(LIBEVENT_CPPFLAGS) -I$(top_srcdir)/lib/cpp/src -Igen-cpp
AM_CXXFLAGS = -Wall
AM_LDFLAGS = $(BOOST_LDFLAGS) $(LIBEVENT_LDFLAGS)