s3-waf: Don't link LIBNTLMSSP twice.
authorAndreas Schneider <asn@samba.org>
Mon, 11 Jul 2011 16:36:44 +0000 (18:36 +0200)
committerAndreas Schneider <asn@samba.org>
Wed, 13 Jul 2011 12:09:35 +0000 (14:09 +0200)
It is already linked in libsmb.

source3/wscript_build

index 31552a07ba58a54f6ce0c48e7f82e61b3314c60d..51dc3997c491a9231f483b352ce347b408dc2f06 100755 (executable)
@@ -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())