1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-06-20 02:41:54 +00:00
ccnet-server/python/ccnet/Makefile.am

14 lines
367 B
Makefile
Raw Permalink Normal View History

2016-08-18 09:39:55 +00:00
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