projects
/
platform
/
upstream
/
c-ares.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8af9486
)
added curl include for debug builds.
author
Gunter Knauf
<gk@gknw.de>
Fri, 20 Jul 2007 21:50:53 +0000
(21:50 +0000)
committer
Gunter Knauf
<gk@gknw.de>
Fri, 20 Jul 2007 21:50:53 +0000
(21:50 +0000)
Makefile.netware
patch
|
blob
|
history
diff --git
a/Makefile.netware
b/Makefile.netware
index 13ba3de369938c196f831803d9602a77cbf64be3..f681f4c621ed16d9351a89eefd393a677fa6c806 100644
(file)
--- 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)