THRIFT-2602:Fix missing dist files
Client: build process
Patch: jfarrell
Add all missing files to the dist package.
diff --git a/lib/java/Makefile.am b/lib/java/Makefile.am
index ea01978..cbec7af 100644
--- a/lib/java/Makefile.am
+++ b/lib/java/Makefile.am
@@ -17,8 +17,6 @@
# under the License.
#
-EXTRA_DIST = build.xml build.properties src test
-
export CLASSPATH
all-local:
@@ -36,3 +34,9 @@
check-local: all
$(ANT) $(ANT_FLAGS) test
+EXTRA_DIST = \
+ build.xml \
+ build.properties \
+ src \
+ test \
+ README.md
\ No newline at end of file