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
This commit is contained in:
Roger Meier 2012-05-08 19:42:33 +00:00
parent ea7b21d175
commit 0b92274003

View File

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