From d750fa4c2d77d4e53859084c8cffde54f464ab6f Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Fri, 20 Jul 2007 21:50:53 +0000 Subject: [PATCH] added curl include for debug builds. --- Makefile.netware | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.7.4