1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-04-27 10:20:49 +00:00
ccnet-server/include/ccnet/Makefile.am
Xiangyue Cai 9a1858aea5 support python3 (#35)
* use searpc-named-pipe-transport

* delete unused files

* remove not threaded rpc

* use NamedPipeClient

* remove not threaded rpc

* remove unused code

* remove unused rpc function

* remove unused code and source files

* Add name of rpc named pipe to ccent.h.
2019-07-25 11:59:28 +08:00

12 lines
336 B
Makefile

ccnetdir = $(includedir)/ccnet
ccnet_HEADERS = ccnet-client.h peer.h proc-factory.h \
message.h option.h \
processor.h sendcmd-proc.h \
mqclient-proc.h invoke-service-proc.h \
status-code.h cevent.h timer.h ccnet-session-base.h \
valid-check.h job-mgr.h packet.h \
async-rpc-proc.h rpcserver-proc.h \
threaded-rpcserver-proc.h