summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2004-07-03 22:25:37 +0000
committerGunter Knauf <gk@gknw.de>2004-07-03 22:25:37 +0000
commit34a868828d3cea040483ee7bd23b42cc23695da6 (patch)
tree1e5dbe759fadbcb25f1a1a90d798d51651500c0f
parentc73d12e2e4df3ec60255af20073b2db9adf87083 (diff)
downloadc-ares-34a868828d3cea040483ee7bd23b42cc23695da6.tar.gz
c-ares-34a868828d3cea040483ee7bd23b42cc23695da6.tar.bz2
c-ares-34a868828d3cea040483ee7bd23b42cc23695da6.zip
minor fix for compiling on Linux.
-rw-r--r--Makefile.netware4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.netware b/Makefile.netware
index 48224fc..3364f82 100644
--- a/Makefile.netware
+++ b/Makefile.netware
@@ -106,8 +106,6 @@ SDK_CLIB = $(NDK_ROOT)/nwsdk
SDK_LIBC = $(NDK_ROOT)/libc
SDK_LDAP = $(NDK_ROOT)/cldapsdk/netware
-#INCLUDES = -I. -I../include
-
ifeq ($(LIBARCH),LIBC)
INCLUDES += -I$(SDK_LIBC)/include -I$(SDK_LIBC)/include/nks
INCLUDES += -I$(SDK_LIBC)/include/winsock
@@ -120,7 +118,7 @@ else
# INCLUDES += -I$(SDK_LDAP)/clib/inc
CFLAGS += -DNETDB_USE_INTERNET
endif
-CFLAGS += $(INCLUDES)
+CFLAGS += -I. $(INCLUDES)
ifeq ($(MTSAFE),YES)
XDCOPT = -n