THRIFT-841. Exclude generated php and erlang Makefiles from "make dist"
authorDavid Reiss <dreiss@apache.org>
Tue, 5 Oct 2010 02:38:58 +0000 (02:38 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 5 Oct 2010 02:38:58 +0000 (02:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1004509 13f79535-47bb-0310-9956-ffa450edef68

lib/Makefile.am
lib/erl/Makefile.am
lib/php/Makefile.am

index 3c95f24..367621b 100644 (file)
@@ -60,8 +60,6 @@ endif
 EXTRA_DIST = \
   cocoa \
   ocaml \
-  php \
-  erl \
   js \
   as3 \
   st
index 33761a1..18028a7 100644 (file)
@@ -41,4 +41,6 @@ uninstall:
 maintainer-clean-local:
        rm -rf ebin
 
+EXTRA_DIST = include src
+
 MAINTAINERCLEANFILES = Makefile.in
index 02cd184..8067e65 100644 (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