thrift/lib/php/Makefile.am
2006-09-08 03:51:34 +00:00

19 lines
554 B
Makefile

thrift_SCRIPTS = src/Thrift.php
protocol_SCRIPTS = src/protocol/TProtocol.php \
src/protocol/TBinaryProtocol.php \
src/protocol/TType.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