summaryrefslogtreecommitdiff
path: root/compiler/cpp/Makefile.am
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2013-08-17 15:47:13 -0400
committerjfarrell <jfarrell@apache.org>2013-08-17 15:47:13 -0400
commit92f24b2780fb7ca81063c3a0bb399500ee819d82 (patch)
tree094b0612166ace0ecbbdba14336351e1d26b9da8 /compiler/cpp/Makefile.am
parent985a910b1b4bd9c546ef0857aed7f56ed21ea65c (diff)
downloadthrift-92f24b2780fb7ca81063c3a0bb399500ee819d82.tar.gz
THRIFT-1614: Thrift build from svn repo sources fails with automake-1.12
Client: compiler Patch: jfarrell Updates automake version min req to 1.11 and switches header generated by yacc to .h instead of .hh.
Diffstat (limited to 'compiler/cpp/Makefile.am')
-rw-r--r--compiler/cpp/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am
index 13fed07df..7a89c54de 100644
--- a/compiler/cpp/Makefile.am
+++ b/compiler/cpp/Makefile.am
@@ -109,6 +109,5 @@ EXTRA_DIST = \
clean-local:
$(RM) thriftl.cc thrifty.cc thrifty.h thrifty.hh version.h windows/version.h
- echo '#include "thrifty.h"' > thrifty.hh
src/main.cc: version.h