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/lib/Makefile.am b/lib/Makefile.am
index f95428f..d26752b 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -71,6 +71,7 @@
 EXTRA_DIST = \
 			as3 \
 			cocoa \
+			d \
 			delphi \
 			go \
 			javame \
diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am
index f2ffa45..05ee9cc 100755
--- a/lib/cpp/test/Makefile.am
+++ b/lib/cpp/test/Makefile.am
@@ -231,4 +231,6 @@
 EXTRA_DIST = \
 	DenseProtoTest.cpp \
 	ThriftTest_extras.cpp \
-	DebugProtoTest_extras.cpp
+	DebugProtoTest_extras.cpp \
+	concurrency \
+	processor
diff --git a/lib/d/Makefile.am b/lib/d/Makefile.am
index d76a07e..36a758c 100644
--- a/lib/d/Makefile.am
+++ b/lib/d/Makefile.am
@@ -178,4 +178,6 @@
 
 
 EXTRA_DIST = \
+	src \
+	test \ 
 	README
diff --git a/lib/php/Makefile.am b/lib/php/Makefile.am
index 5c4d0f4..d374cbc 100755
--- a/lib/php/Makefile.am
+++ b/lib/php/Makefile.am
@@ -91,6 +91,10 @@
   lib/Thrift/Type/TMessageType.php \
   lib/Thrift/Type/TType.php
 
-EXTRA_DIST = src thrift_protocol.ini README.apache
+EXTRA_DIST = \
+	src \
+	lib \
+	thrift_protocol.ini \
+	README.apache
 
 MAINTAINERCLEANFILES = Makefile Makefile.in
diff --git a/lib/php/test/Makefile.am b/lib/php/test/Makefile.am
index 3ad7781..2fd7f81 100755
--- a/lib/php/test/Makefile.am
+++ b/lib/php/test/Makefile.am
@@ -31,3 +31,5 @@
 clean-local:
 	$(RM) -r ./packages
 
+EXTRA_DIST = Test
+