diff options
author | Gunter Knauf <gk@gknw.de> | 2007-08-14 13:01:40 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-08-14 13:01:40 +0000 |
commit | 3e0845e1826ff6ae3d72d4839609b52c33919515 (patch) | |
tree | 16970c82713f934bdfdd5a0ecfad6796eb36fdb4 /src | |
parent | a2c7abea6ccba988f181ca53a74ffc232a3adca2 (diff) | |
download | curl-3e0845e1826ff6ae3d72d4839609b52c33919515.tar.gz |
changed autoload dependent LDAP NLM.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.netware | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware index 973219dce..ec75ab709 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -295,7 +295,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 ldapx$(DL) >> $@ + @echo $(DL)module ldapsdk$(DL) >> $@ endif @echo $(DL)module clib$(DL) >> $@ else @@ -310,7 +310,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 lldapx$(DL) >> $@ + @echo $(DL)module lldapsdk$(DL) >> $@ endif @echo $(DL)module libc$(DL) >> $@ endif |