THRIFT-373. Update lists of files to include in release tarballs
This is mostly EXTRA_DIST, but also includes some headers.
I had to drill down into test because "make dist" builds some
of the test code. .gitignore is not included in the tarballs.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@755791 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am
index 4592008..7d3d886 100644
--- a/lib/cpp/Makefile.am
+++ b/lib/cpp/Makefile.am
@@ -75,6 +75,7 @@
src/concurrency/Thread.h \
src/concurrency/ThreadManager.h \
src/concurrency/TimerManager.h \
+ src/concurrency/FunctionRunner.h \
src/concurrency/Util.h
include_protocoldir = $(include_thriftdir)/protocol
@@ -102,6 +103,7 @@
src/transport/TTransportException.h \
src/transport/TTransportUtils.h \
src/transport/TBufferTransports.h \
+ src/transport/TShortReadTransport.h \
src/transport/TZlibTransport.h
include_serverdir = $(include_thriftdir)/server