From: David Reiss Date: Tue, 5 Oct 2010 02:38:58 +0000 (+0000) Subject: THRIFT-841. Exclude generated php and erlang Makefiles from "make dist" X-Git-Tag: 0.6.0~146 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=653eadab2fd65051d36b117237ba0a91596cb8bf;p=common%2Fthrift.git THRIFT-841. Exclude generated php and erlang Makefiles from "make dist" git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1004509 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 3c95f241..367621b4 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -60,8 +60,6 @@ endif EXTRA_DIST = \ cocoa \ ocaml \ - php \ - erl \ js \ as3 \ st diff --git a/lib/erl/Makefile.am b/lib/erl/Makefile.am index 33761a11..18028a7d 100644 --- a/lib/erl/Makefile.am +++ b/lib/erl/Makefile.am @@ -41,4 +41,6 @@ uninstall: maintainer-clean-local: rm -rf ebin +EXTRA_DIST = include src + MAINTAINERCLEANFILES = Makefile.in diff --git a/lib/php/Makefile.am b/lib/php/Makefile.am index 02cd184b..8067e65a 100644 --- a/lib/php/Makefile.am +++ b/lib/php/Makefile.am @@ -51,4 +51,6 @@ phptransport_DATA = \ src/transport/TSocketPool.php \ src/transport/TTransport.php +EXTRA_DIST = src thrift_protocol.ini README.apache + MAINTAINERCLEANFILES = Makefile Makefile.in