THRIFT-1981 Not all PHP libraries are installed when building an installing a debian...
authorRoger Meier <roger@apache.org>
Thu, 30 May 2013 12:04:11 +0000 (14:04 +0200)
committerRoger Meier <roger@apache.org>
Thu, 30 May 2013 12:04:11 +0000 (14:04 +0200)
Patch: Ricky Cormier

lib/php/Makefile.am

index fdb8558..011740f 100755 (executable)
@@ -40,6 +40,10 @@ phpbasedir = $(phpdir)/Base
 phpbase_DATA = \
   lib/Thrift/Base/TBase.php
 
+phpclassloaderdir = $(phpdir)/ClassLoader
+phpclassloader_DATA = \
+  lib/Thrift/ClassLoader/ThriftClassLoader.php
+
 phpexceptiondir = $(phpdir)/Exception
 phpexception_DATA = \
   lib/Thrift/Exception/TApplicationException.php \
@@ -75,6 +79,20 @@ phpserializerdir = $(phpdir)/Serializer
 phpserializer_DATA = \
   lib/Thrift/Serializer/TBinarySerializer.php
 
+phpserverdir = $(phpdir)/Server
+phpserver_DATA = \
+  lib/Thrift/Server/TServerSocket.php \
+  lib/Thrift/Server/TForkingServer.php \
+  lib/Thrift/Server/TServer.php \
+  lib/Thrift/Server/TServerTransport.php \
+  lib/Thrift/Server/TSimpleServer.php
+
+phpstringfuncdir = $(phpdir)/StringFunc
+phpstringfunc_DATA = \
+  lib/Thrift/StringFunc/Mbstring.php \
+  lib/Thrift/StringFunc/Core.php \
+  lib/Thrift/StringFunc/TStringFunc.php
+
 phptransportdir = $(phpdir)/Transport
 phptransport_DATA = \
   lib/Thrift/Transport/TBufferedTransport.php \