aboutsummaryrefslogtreecommitdiff
path: root/lib/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 /lib/Makefile.netware
parent08bf0907d49e320e92b618e62445d62353a05b0c (diff)
removed unused include path.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index 7a801a82e..4d8381643 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -117,11 +117,11 @@ 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_CLIB)/include/nlm/obsolete
- INCLUDES += -I$(SDK_LDAP)/clib/inc
+ # INCLUDES += -I$(SDK_LDAP)/clib/inc
CFLAGS += -DNETDB_USE_INTERNET
endif
CFLAGS += $(INCLUDES)