From: jfarrell Date: Thu, 10 Jul 2014 18:17:49 +0000 (-0400) Subject: Thrift-2602:Fix missing dist files X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=4c8506e30d2eee616ea62b79fc6c3e523a03f294;p=common%2Fthrift.git Thrift-2602:Fix missing dist files Client: build process Patch: jfarrell Introduced a bug in 8fd8c63 adding gen files to the dist, removing those files from the EXTRA_DIST. --- diff --git a/lib/php/test/Makefile.am b/lib/php/test/Makefile.am index 1119d3f6..1292b818 100755 --- a/lib/php/test/Makefile.am +++ b/lib/php/test/Makefile.am @@ -32,7 +32,5 @@ endif clean-local: $(RM) -r ./packages -EXTRA_DIST = \ - Test \ - phpunit.xml +EXTRA_DIST = Test diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am index a0105236..f3fd1dd6 100755 --- a/tutorial/Makefile.am +++ b/tutorial/Makefile.am @@ -69,7 +69,6 @@ EXTRA_DIST = \ d \ delphi \ erl \ - gen-html \ hs \ ocaml \ perl \