aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.netware
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2004-06-11 17:27:03 +0000
committerGunter Knauf <gk@gknw.de>2004-06-11 17:27:03 +0000
commit4b3937373af17717fb4a3cc31e7d994fe5beafec (patch)
tree34f04e3f653cbe942faa7d26cb217beb0f8583c8 /src/Makefile.netware
parent08bf0907d49e320e92b618e62445d62353a05b0c (diff)
removed unused include path.
Diffstat (limited to 'src/Makefile.netware')
-rw-r--r--src/Makefile.netware4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware
index 082d99e39..66d7d33da 100644
--- a/src/Makefile.netware
+++ b/src/Makefile.netware
@@ -118,10 +118,10 @@ endif
ifeq ($(LIBARCH),LIBC)
INCLUDES += -I$(SDK_LIBC)/include -I$(SDK_LIBC)/include/nks
INCLUDES += -I$(SDK_LIBC)/include/winsock
- INCLUDES += -I$(SDK_LDAP)/libc/inc
+ # INCLUDES += -I$(SDK_LDAP)/libc/inc
else
INCLUDES += -I$(SDK_CLIB)/include/nlm -I$(SDK_CLIB)/include
- INCLUDES += -I$(SDK_LDAP)/clib/inc
+ # INCLUDES += -I$(SDK_LDAP)/clib/inc
CFLAGS += -DNETDB_USE_INTERNET
endif
CFLAGS += $(INCLUDES)