commit | 92e3860cfbaab5132439b9bac2e18dba06494bcc | [log] [tgz] |
---|---|---|
author | Chris Piro <cpiro@apache.org> | Thu Mar 07 11:24:51 2013 -0500 |
committer | Chris Piro <cpiro@apache.org> | Thu Mar 07 11:24:51 2013 -0500 |
tree | 5bffdf5ab615a53489b675078aa08754801a5afb | |
parent | 073f9eb9b920bda948b306ee16e78743e42b7cd1 [diff] [blame] |
THRIFT-1614: handle automake >= 1.12 yacc output name (thrifty.hh)
diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am index f47b15f..8a8f394 100644 --- a/compiler/cpp/Makefile.am +++ b/compiler/cpp/Makefile.am
@@ -106,6 +106,7 @@ $(WINDOWS_DIST) clean-local: - $(RM) thriftl.cc thrifty.cc thrifty.h version.h windows/version.h + $(RM) thriftl.cc thrifty.cc thrifty.h thrifty.hh version.h windows/version.h + echo '#include "thrifty.h"' > compiler/cpp/thrifty.hh src/main.cc: version.h