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

add readline code to build.

parent 3f159be5
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@ MAKE_DIR = $(ROOT_DIRECTORY)/zmapMake
# local macros
UTILS_PRIV_HDRS = ZMap_P.h
PUB_HDRS = ZMap.h
UTILS_SRC = zmapUtils.c zmapGUIutils.c zmapLogging.c zmapFileUtils.c
UTILS_OBJ = zmapUtils.o zmapGUIutils.o zmapLogging.o zmapFileUtils.o
UTILS_SRC = zmapUtils.c zmapGUIutils.c zmapLogging.c zmapFileUtils.c zmapReadLine.c
UTILS_OBJ = zmapUtils.o zmapGUIutils.o zmapLogging.o zmapFileUtils.o zmapReadLine.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