THRIFT-1597 TJSONProtocol.php is missing from Makefile.am
authorRoger Meier <roger@apache.org>
Tue, 8 May 2012 19:42:33 +0000 (19:42 +0000)
committerRoger Meier <roger@apache.org>
Tue, 8 May 2012 19:42:33 +0000 (19:42 +0000)
Patch: Andrew Grumet

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1335717 13f79535-47bb-0310-9956-ffa450edef68

lib/php/Makefile.am

index b7c7100..b317197 100755 (executable)
@@ -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 = \