Author: roger
Date: Tue May 8 19:42:33 2012
New Revision: 1335717
URL: http://svn.apache.org/viewvc?rev=1335717&view=rev
Log:
THRIFT-1597 TJSONProtocol.php is missing from Makefile.am
Patch: Andrew Grumet
Modified:
thrift/trunk/lib/php/Makefile.am
Modified: thrift/trunk/lib/php/Makefile.am
URL:
http://svn.apache.org/viewvc/thrift/trunk/lib/php/Makefile.am?rev=1335717&r1=1335716&r2=1335717&view=diff
==============================================================================
--- thrift/trunk/lib/php/Makefile.am (original)
+++ thrift/trunk/lib/php/Makefile.am Tue May 8 19:42:33 2012
@@ -43,7 +43,8 @@ phpprotocoldir = $(phpdir)/protocol
phpprotocol_DATA = \
src/protocol/TBinaryProtocol.php \
src/protocol/TBinarySerializer.php \
- src/protocol/TProtocol.php
+ src/protocol/TProtocol.php \
+ src/protocol/TJSONProtocol.php
phptransportdir = $(phpdir)/transport
phptransport_DATA = \