diff --git a/src/makefile b/src/makefile index e255f683036ae370a49e3fee892d4a142761ac27..a2db66d38be4074fb3da7dfac1601d4d2138dcc5 100755 --- a/src/makefile +++ b/src/makefile @@ -21,7 +21,8 @@ include $(MAKE_DIR)/common.defs # override any of the common defines that you need to here... # APP_DIR = zmapApp -MAKE_DIRS = $(APP_DIR) zmapManager zmapControl zmapView zmapWindow zmapConfig zmapGFF zmapServer zmapThreads zmapUtils zmapNoThreads +MAKE_DIRS = $(APP_DIR) zmapManager zmapControl zmapView zmapWindow zmapDraw \ + zmapConfig zmapGFF zmapServer zmapThreads zmapUtils zmapNoThreads DOXY_CONFIG = Doxyfile