From: Roger Meier Date: Tue, 8 May 2012 19:42:33 +0000 (+0000) Subject: THRIFT-1597 TJSONProtocol.php is missing from Makefile.am X-Git-Tag: 0.9.1~378 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=0b922740035d9c88f961dc0cd73b54350c68ea1c;p=common%2Fthrift.git THRIFT-1597 TJSONProtocol.php is missing from Makefile.am Patch: Andrew Grumet git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1335717 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/php/Makefile.am b/lib/php/Makefile.am index b7c7100b..b317197f 100755 --- a/lib/php/Makefile.am +++ b/lib/php/Makefile.am @@ -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 = \