You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2012/05/08 21:42:34 UTC

svn commit: r1335717 - /thrift/trunk/lib/php/Makefile.am

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 = \