Thrift-2129: php ext missing from dist
authorjfarrell <jfarrell@apache.org>
Fri, 16 Aug 2013 13:48:42 +0000 (09:48 -0400)
committerjfarrell <jfarrell@apache.org>
Fri, 16 Aug 2013 13:48:42 +0000 (09:48 -0400)
Client: php
Patch: jfarrell

Adds php extension back to dist build.

lib/php/Makefile.am

index 8e5e094..927de98 100755 (executable)
@@ -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