From 6044f8842ad72d77d51bcb8b975c6106721e6b0e Mon Sep 17 00:00:00 2001
From: edgrif <edgrif>
Date: Wed, 14 Jul 2004 12:53:10 +0000
Subject: [PATCH] add zmapDraw directory

---
 src/makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/makefile b/src/makefile
index e255f6830..a2db66d38 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
 
-- 
GitLab