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/test/Makefile.am b/test/Makefile.am
index cc92ce0..288ea37 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -118,3 +118,30 @@
clean-local:
$(RM) -r gen-cpp
+
+EXTRA_DIST = \
+ cpp \
+ threads \
+ csharp \
+ py \
+ rb \
+ perl \
+ php \
+ erl \
+ hs \
+ ocaml \
+ AnnotationTest.thrift \
+ BrokenConstants.thrift \
+ ConstantsDemo.thrift \
+ DebugProtoTest.thrift \
+ DenseLinkingTest.thrift \
+ DocTest.thrift \
+ JavaBeansTest.thrift \
+ ManyTypedefs.thrift \
+ OptionalRequiredTest.thrift \
+ SmallTest.thrift \
+ StressTest.thrift \
+ ThriftTest.thrift \
+ ZlibTest.cpp \
+ DenseProtoTest.cpp \
+ FastbinaryTest.py