THRIFT-2602:Fix missing dist files
Client: build process
Patch: jfarrell
Add all missing files to the dist package.
diff --git a/test/Makefile.am b/test/Makefile.am
index 75630cc..dddad11 100755
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -56,9 +56,13 @@
$(top_builddir)/compiler/cpp/thrift --gen html -r $(top_srcdir)/test/ThriftTest.thrift
EXTRA_DIST = \
+ keys \
test.sh \
+ test.py \
+ tests.json \
cpp \
hs \
+ lua \
ocaml \
perl \
php \
@@ -77,8 +81,12 @@
JavaBeansTest.thrift \
ManyOptionals.thrift \
ManyTypedefs.thrift \
+ NameConflictTest.thrift \
OptionalRequiredTest.thrift \
+ Recursive.thrift \
+ ReuseObjects.thrift \
SmallTest.thrift \
StressTest.thrift \
ThriftTest.thrift \
- FastbinaryTest.py
+ FastbinaryTest.py \
+ README.md