diff options
Diffstat (limited to 'ares')
-rw-r--r-- | ares/Makefile.netware | 3 |
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) |