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

add new zmapThreads code, remove old zmapConn stuff.

parent 4513c02b
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,10 @@ MAKE_DIR = $(ROOT_DIRECTORY)/zmapMake
# local macros
PUB_HDRS = zmapSys.h zmapConn.h zmapServer.h
APP_PRIV_HDRS = zmapConn_P.h zmapSlave_P.h
APP_SRC = zmapConn.c zmapSlave.c zmapConnutils.c
APP_OBJ = zmapConn.o zmapSlave.o zmapConnutils.o
PUB_HDRS = zmapSys.h zmapServer.h
APP_PRIV_HDRS = zmapSlave_P.h
APP_SRC = zmapThreads.c zmapSlave.c zmapThreadsUtils.c
APP_OBJ = zmapThreads.o zmapSlave.o zmapThreadsUtils.o
# the main routines will need some different treatment maybe...???? try putting
# them all together, don't know if it will work.....
......
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