aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2008-02-16 00:44:14 +0000
committerGunter Knauf <gk@gknw.de>2008-02-16 00:44:14 +0000
commit0da90b5d919166323a3142e372ae4d8b6be61101 (patch)
tree7c48ab0725a55784f866673c6c9fe319474e41c6 /lib/Makefile.netware
parentf20c94ced9f8b309ba589dddf34c6bd860821657 (diff)
seems that curently we dont need the imports from (l)ldapx.imp.
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 d5a7515eb..a4bdab6d3 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -320,7 +320,7 @@ ifeq ($(LIBARCH),CLIB)
ifndef DISABLE_LDAP
@echo $(DL)import @$(SDK_LDAP)/clib/imports/ldapsdk.imp$(DL) >> $@
@echo $(DL)import @$(SDK_LDAP)/clib/imports/ldapssl.imp$(DL) >> $@
- @echo $(DL)import @$(SDK_LDAP)/clib/imports/ldapx.imp$(DL) >> $@
+# @echo $(DL)import @$(SDK_LDAP)/clib/imports/ldapx.imp$(DL) >> $@
@echo $(DL)module ldapsdk ldapssl$(DL) >> $@
endif
else
@@ -342,7 +342,7 @@ endif
ifndef DISABLE_LDAP
@echo $(DL)import @$(SDK_LDAP)/libc/imports/lldapsdk.imp$(DL) >> $@
@echo $(DL)import @$(SDK_LDAP)/libc/imports/lldapssl.imp$(DL) >> $@
- @echo $(DL)import @$(SDK_LDAP)/libc/imports/lldapx.imp$(DL) >> $@
+# @echo $(DL)import @$(SDK_LDAP)/libc/imports/lldapx.imp$(DL) >> $@
@echo $(DL)module lldapsdk lldapssl$(DL) >> $@
endif
endif