mirror of
https://github.com/haiwen/ccnet-server.git
synced 2025-12-25 16:32:30 +00:00
12 lines
336 B
Makefile
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
|