mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
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:
parent
8a441a46ad
commit
653eadab2f
@ -60,8 +60,6 @@ endif
|
||||
EXTRA_DIST = \
|
||||
cocoa \
|
||||
ocaml \
|
||||
php \
|
||||
erl \
|
||||
js \
|
||||
as3 \
|
||||
st
|
||||
|
@ -41,4 +41,6 @@ uninstall:
|
||||
maintainer-clean-local:
|
||||
rm -rf ebin
|
||||
|
||||
EXTRA_DIST = include src
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user