From 653eadab2fd65051d36b117237ba0a91596cb8bf Mon Sep 17 00:00:00 2001 From: David Reiss Date: Tue, 5 Oct 2010 02:38:58 +0000 Subject: [PATCH] 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 --- lib/Makefile.am | 2 -- lib/erl/Makefile.am | 2 ++ lib/php/Makefile.am | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.17.1