1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-06-19 10:21:54 +00:00
ccnet-server/python/ccnet/Makefile.am
2016-08-19 13:54:34 +08:00

14 lines
367 B
Makefile

ccnetdir=${pyexecdir}/ccnet
ccnet_PYTHON = __init__.py errors.py status_code.py utils.py \
packet.py message.py \
client.py sync_client.py \
pool.py rpc.py
ccnet_asyncdir = ${ccnetdir}/async
ccnet_async_PYTHON = async/__init__.py \
async/async_client.py async/processor.py \
async/rpcserverproc.py async/sendcmdproc.py \
async/mqclientproc.py async/timer.py