mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
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:
parent
ea7b21d175
commit
0b92274003
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user