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

add new navigator source file.

parent 17f07f6f
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@ MAKE_DIR = $(ROOT_DIRECTORY)/zmapMake
# local macros
CONT_PRIV_HDRS = zmapControl_P.h
PUB_HDRS = zmapControl.h zmapControlSplit.h
CONT_SRC = zmapControl.c zmapControlWindow.c zmapControlWindowButtons.c zmapControlWindowFrame.c zmapControlWindowMenubar.c zmapControlSplit.c
CONT_OBJ = zmapControl.o zmapControlWindow.o zmapControlWindowButtons.o zmapControlWindowFrame.o zmapControlWindowMenubar.o zmapControlSplit.o
CONT_SRC = zmapControl.c zmapControlWindow.c zmapControlWindowButtons.c zmapControlWindowFrame.c zmapControlWindowMenubar.c zmapControlSplit.c zmapControlNavigator.c
CONT_OBJ = zmapControl.o zmapControlWindow.o zmapControlWindowButtons.o zmapControlWindowFrame.o zmapControlWindowMenubar.o zmapControlSplit.o zmapControlNavigator.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