commit | 81a1f996bc055c6833c829beaf9e5549db2a774d | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Wed Oct 22 14:09:43 2014 +0200 |
committer | Roger Meier <roger@apache.org> | Wed Oct 22 14:09:43 2014 +0200 |
tree | e5ffeeb97432f80d7b81eb185cc806782590d1d8 | |
parent | b006a5078339d125e62919bcc76956c9849000af [diff] [blame] |
THRIFT-2602 fix missing dist files - add automake 1.13 dependency to configure.ac and doc - use serial-tests instead of .NOTPARALLEL (introduced by THRIFT-1829) Patch: Roger Meier
diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am index 668af0a..5206db8 100755 --- a/lib/cpp/Makefile.am +++ b/lib/cpp/Makefile.am
@@ -17,6 +17,8 @@ # under the License. # +AUTOMAKE_OPTIONS = subdir-objects + moc_%.cpp: %.h $(QT_MOC) $(QT_CFLAGS) $< -o $@