diff options
author | Gunter Knauf <gk@gknw.de> | 2007-07-20 21:50:53 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-07-20 21:50:53 +0000 |
commit | 37dc0fa519f8ef768d082bcaf6a3a2eb563f5cf3 (patch) | |
tree | 09cae9de2f02b210be42666a7c468d5ff15521e0 /ares | |
parent | 000fdc6b99c1a30524e6ad71e3cae10c463e26cb (diff) |
added curl include for debug builds.
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) |