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
This commit is contained in:
David Reiss 2010-10-05 02:38:58 +00:00
parent 8a441a46ad
commit 653eadab2f
3 changed files with 4 additions and 2 deletions

View File

@ -60,8 +60,6 @@ endif
EXTRA_DIST = \
cocoa \
ocaml \
php \
erl \
js \
as3 \
st

View File

@ -41,4 +41,6 @@ uninstall:
maintainer-clean-local:
rm -rf ebin
EXTRA_DIST = include src
MAINTAINERCLEANFILES = Makefile.in

View File

@ -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