Skip to content
Snippets Groups Projects
Commit 4513c02b authored by edgrif's avatar edgrif
Browse files

add new zmapServerProtocolHandler code.

parent 1749da32
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@ MAKE_DIR = $(ROOT_DIRECTORY)/zmapMake
# local macros
SERV_PRIV_HDRS = zmapServerPrototype.h zmapServer_P.h
PUB_HDRS = zmapServer.h
SERV_SRC = zmapServer.c
SERV_OBJ = zmapServer.o
PUB_HDRS = zmapServer.h zmapServerPrototype.h
SERV_SRC = zmapServer.c zmapServerProtocolHandler.c
SERV_OBJ = zmapServer.o zmapServerProtocolHandler.o
#
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment