summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-07-11 18:36:44 +0200
committerAndreas Schneider <asn@samba.org>2011-07-13 14:09:35 +0200
commit15e017deb02de40af1226316614386cfadb205eb (patch)
tree0324d6f54e027fbc339ae7be260620a81d4d3c84
parent3dae32397a87534ff1cf764260e7fcadd6665a49 (diff)
downloadsamba-15e017deb02de40af1226316614386cfadb205eb.tar.gz
samba-15e017deb02de40af1226316614386cfadb205eb.tar.bz2
samba-15e017deb02de40af1226316614386cfadb205eb.zip
s3-waf: Don't link LIBNTLMSSP twice.
It is already linked in libsmb.
-rwxr-xr-xsource3/wscript_build2
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())