diff options
author | Gunter Knauf <gk@gknw.de> | 2004-07-03 22:25:37 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2004-07-03 22:25:37 +0000 |
commit | c3a076176e832c19601dbf17dd85bd44875aa779 (patch) | |
tree | f730a6df35ff7c8441eecf2b7bc7af3f2e5f3432 /ares | |
parent | 2cda3070d522b3b875873be054c8eaf916523f0a (diff) |
minor fix for compiling on Linux.
Diffstat (limited to 'ares')
-rw-r--r-- | ares/Makefile.netware | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware index 48224fcee..3364f8246 100644 --- a/ares/Makefile.netware +++ b/ares/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 |