diff options
author | Andreas Schneider <asn@samba.org> | 2011-07-11 18:36:44 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-07-13 14:09:35 +0200 |
commit | 15e017deb02de40af1226316614386cfadb205eb (patch) | |
tree | 0324d6f54e027fbc339ae7be260620a81d4d3c84 /source3/wscript_build | |
parent | 3dae32397a87534ff1cf764260e7fcadd6665a49 (diff) | |
download | samba-15e017deb02de40af1226316614386cfadb205eb.tar.gz samba-15e017deb02de40af1226316614386cfadb205eb.tar.bz2 samba-15e017deb02de40af1226316614386cfadb205eb.zip |
s3-waf: Don't link LIBNTLMSSP twice.
It is already linked in libsmb.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 31552a07ba..51dc3997c4 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -847,7 +847,7 @@ bld.SAMBA3_SUBSYSTEM('SMBLDAP', bld.SAMBA3_LIBRARY('ads', source=LIBADS_SRC, - deps='cli-ldap-common KRB5_WRAP ldap lber KRBCLIENT param LIBNTLMSSP LIBNMB libsmb DCUTIL', + deps='cli-ldap-common KRB5_WRAP ldap lber KRBCLIENT param LIBNMB libsmb DCUTIL', private_library=True, vars=locals()) |