summaryrefslogtreecommitdiff
path: root/Makefile.netware
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.netware')
-rw-r--r--Makefile.netware3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.netware b/Makefile.netware
index 13ba3de..f681f4c 100644
--- a/Makefile.netware
+++ b/Makefile.netware
@@ -130,6 +130,9 @@ else
# INCLUDES += -I$(SDK_CLIB)/include/nlm/obsolete
# INCLUDES += -I$(SDK_CLIB)/include
endif
+ifeq ($(DB),CURLDEBUG)
+INCLUDES += -I../include
+endif
CFLAGS += -I. $(INCLUDES)
ifeq ($(MTSAFE),YES)