aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.netware
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-07-20 21:50:53 +0000
committerGunter Knauf <gk@gknw.de>2007-07-20 21:50:53 +0000
commit37dc0fa519f8ef768d082bcaf6a3a2eb563f5cf3 (patch)
tree09cae9de2f02b210be42666a7c468d5ff15521e0 /ares/Makefile.netware
parent000fdc6b99c1a30524e6ad71e3cae10c463e26cb (diff)
added curl include for debug builds.
Diffstat (limited to 'ares/Makefile.netware')
-rw-r--r--ares/Makefile.netware3
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware
index 13ba3de36..f681f4c62 100644
--- a/ares/Makefile.netware
+++ b/ares/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)