Repository: thrift Updated Branches: refs/heads/master 75d879ab4 -> 622ef03f1
THRIFT-3309: Missing TConstant.php in /lib/php/Makefile.am The file lib/php/lib/Thrift/Type/TConstant.php is missing from the php Makefile. Therefore "make install" don't copy the TConstant.php file. This closes #689 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/622ef03f Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/622ef03f Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/622ef03f Branch: refs/heads/master Commit: 622ef03f1bcadea2deb25c5cc96dea80834c3f51 Parents: 75d879a Author: Maxime Mouial <[email protected]> Authored: Thu Nov 12 11:26:08 2015 +0100 Committer: Roger Meier <[email protected]> Committed: Sat Nov 14 11:04:01 2015 +0100 ---------------------------------------------------------------------- lib/php/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/622ef03f/lib/php/Makefile.am ---------------------------------------------------------------------- diff --git a/lib/php/Makefile.am b/lib/php/Makefile.am index fbf70f9..309672b 100755 --- a/lib/php/Makefile.am +++ b/lib/php/Makefile.am @@ -112,7 +112,8 @@ phptransport_DATA = \ phptypedir = $(phpdir)/Type phptype_DATA = \ lib/Thrift/Type/TMessageType.php \ - lib/Thrift/Type/TType.php + lib/Thrift/Type/TType.php \ + lib/Thrift/Type/TConstant.php EXTRA_DIST = \ lib \
