Thrift-2602:Fix missing dist files
authorjfarrell <jfarrell@apache.org>
Thu, 10 Jul 2014 18:17:49 +0000 (14:17 -0400)
committerjfarrell <jfarrell@apache.org>
Thu, 10 Jul 2014 18:17:49 +0000 (14:17 -0400)
Client: build process
Patch: jfarrell

Introduced a bug in 8fd8c63 adding gen files to the dist, removing those
files from the EXTRA_DIST.

lib/php/test/Makefile.am
tutorial/Makefile.am

index 1119d3f..1292b81 100755 (executable)
@@ -32,7 +32,5 @@ endif
 clean-local:
        $(RM) -r ./packages
 
-EXTRA_DIST = \
-       Test \
-       phpunit.xml
+EXTRA_DIST = Test
 
index a010523..f3fd1dd 100755 (executable)
@@ -69,7 +69,6 @@ EXTRA_DIST = \
        d \
        delphi \
        erl \
-       gen-html \
        hs \
        ocaml \
        perl \