commit | a0c5ab711ef47142ca8abb55bc1d4ba139ef8129 | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsukeg@gmail.com> | Sun Feb 01 00:27:12 2015 +0900 |
committer | Roger Meier <roger@apache.org> | Mon Feb 02 22:06:39 2015 +0100 |
tree | 52241c0071180e4e5e3fdb54b9cb6afe9a3018de | |
parent | 208738a6e34c7153908bad77210c6d194ea9d3ab [diff] [blame] |
THRIFT-2971 - C++ test and tutorial parallel build is unstable
diff --git a/tutorial/cpp/Makefile.am b/tutorial/cpp/Makefile.am index 3b38240..9bc6318 100755 --- a/tutorial/cpp/Makefile.am +++ b/tutorial/cpp/Makefile.am
@@ -18,6 +18,9 @@ # AUTOMAKE_OPTIONS = subdir-objects serial-tests +BUILT_SOURCES = gen-cpp/shared_types.cpp \ + gen-cpp/tutorial_types.cpp + noinst_LTLIBRARIES = libtutorialgencpp.la nodist_libtutorialgencpp_la_SOURCES = \ gen-cpp/Calculator.cpp \