thrift/lib/php/Makefile.am
Mark Slee 9683f77d88 Fix TType.php problem
Reviewed By: martin


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664866 13f79535-47bb-0310-9956-ffa450edef68
2006-11-07 23:03:00 +00:00

18 lines
510 B
Makefile

thrift_SCRIPTS = src/Thrift.php
protocol_SCRIPTS = src/protocol/TProtocol.php \
src/protocol/TBinaryProtocol.php
transport_SCRIPTS = src/transport/TTransport.php \
src/transport/TBufferedTransport.php \
src/transport/TFramedTransport.php \
src/transport/TSocket.php \
src/transport/TSocketPool.php
thriftdir = $(prefix)/php/thrift
protocoldir = $(thriftdir)/protocol
transportdir = $(thriftdir)/transport