1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2026-03-17 17:23:19 +00:00

added curl include for debug builds.

This commit is contained in:
Gunter Knauf
2007-07-20 21:50:53 +00:00
parent 8af9486408
commit d750fa4c2d

View File

@ -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)