Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ea7b21d
)
THRIFT-1597 TJSONProtocol.php is missing from Makefile.am
author
Roger Meier
<roger@apache.org>
Tue, 8 May 2012 19:42:33 +0000
(19:42 +0000)
committer
Roger 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
patch
|
blob
|
history
diff --git
a/lib/php/Makefile.am
b/lib/php/Makefile.am
index
b7c7100
..
b317197
100755
(executable)
--- 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 = \