From: jfarrell Date: Fri, 16 Aug 2013 13:48:42 +0000 (-0400) Subject: Thrift-2129: php ext missing from dist X-Git-Tag: 0.9.1~10 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=16ff233a7340c3425b36a45c90d6bf28f8658477;p=common%2Fthrift.git Thrift-2129: php ext missing from dist Client: php Patch: jfarrell Adds php extension back to dist build. --- diff --git a/lib/php/Makefile.am b/lib/php/Makefile.am index 8e5e0945..927de980 100755 --- a/lib/php/Makefile.am +++ b/lib/php/Makefile.am @@ -111,14 +111,17 @@ phptype_DATA = \ lib/Thrift/Type/TType.php EXTRA_DIST = \ - lib \ + lib \ src/autoload.php \ src/ext/thrift_protocol/config.w32 \ - src/ext/thrift_protocol/php_thrift_protocol.cpp \ + src/ext/thrift_protocol/php_thrift_protocol.cpp \ src/ext/thrift_protocol/php_thrift_protocol.h \ src/Thrift.php \ src/TStringUtils.php \ - thrift_protocol.ini \ - README.apache + thrift_protocol.ini \ + README.apache + +MAINTAINERCLEANFILES = \ + Makefile \ + Makefile.in -MAINTAINERCLEANFILES = Makefile Makefile.in