From 0b922740035d9c88f961dc0cd73b54350c68ea1c Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Tue, 8 May 2012 19:42:33 +0000 Subject: [PATCH] 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 --- lib/php/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = \ -- 2.17.1