From 4c8506e30d2eee616ea62b79fc6c3e523a03f294 Mon Sep 17 00:00:00 2001 From: jfarrell Date: Thu, 10 Jul 2014 14:17:49 -0400 Subject: [PATCH] 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. --- lib/php/test/Makefile.am | 4 +--- tutorial/Makefile.am | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) 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 \ -- 2.17.1