aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-10-09 20:15:27 +0000
committerGunter Knauf <gk@gknw.de>2007-10-09 20:15:27 +0000
commitbaac8065cf852b3a0a2fa54861302e8983dbca42 (patch)
tree1d93be337be408fd88a04be2d7cd63353a5e6e20 /lib
parent257e38d5c5c5529effc6577ae510052426cf52c7 (diff)
added two more module dependencies for LDAPS.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.netware4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index 8ebaa148c..a041e34ba 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -309,7 +309,7 @@ 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)module ldapsdk$(DL) >> $@
+ @echo $(DL)module ldapsdk ldapssl ldapx$(DL) >> $@
endif
@echo $(DL)module clib$(DL) >> $@
else
@@ -323,7 +323,7 @@ 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)module lldapsdk$(DL) >> $@
+ @echo $(DL)module lldapsdk lldapssl lldapx$(DL) >> $@
endif
@echo $(DL)module libc$(DL) >> $@
endif