Thrift-1721:Dist broken due to 0.8.0 to 0.9.0 changes
Client: build
Patch: Jake Farrell
Fix dist build to create the 0.9.0 release
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1396880 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/Makefile.am b/test/Makefile.am
index e9d02e2..aaa497f 100755
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -51,6 +51,7 @@
$(top_builddir)/compiler/cpp/thrift --gen html -r $(top_srcdir)/test/ThriftTest.thrift
EXTRA_DIST = \
+ test.sh \
cpp \
csharp \
hs \
@@ -69,6 +70,7 @@
DenseLinkingTest.thrift \
DocTest.thrift \
JavaBeansTest.thrift \
+ ManyOptionals.thrift \
ManyTypedefs.thrift \
OptionalRequiredTest.thrift \
SmallTest.thrift \