s3-waf: Link ntlm_auth only against needed subsystems.
authorAndreas Schneider <asn@samba.org>
Tue, 24 Jan 2012 15:39:01 +0000 (16:39 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:29 +0000 (11:58 +0100)
source3/wscript_build

index 60df5af48577ebdd22c76d9877103c2661eee0ed..25b542780cb0a9cd2d9a06cbf21f1fcdb54d1ab5 100755 (executable)
@@ -1602,10 +1602,14 @@ bld.SAMBA3_BINARY('versiontest',
 
 bld.SAMBA3_BINARY('ntlm_auth' + bld.env.suffix3,
                  source=NTLM_AUTH_SRC,
-                 deps='''tdb_compat talloc cap KRB5_WRAP k5crypto wbclient param smbd_shim
-                 samba3core LIBNTLMSSP popt_samba3 asn1util LIBTSOCKET
-                 pdb winbind-client LIBINIPARSER LIBADS_SERVER
-                 NDR_SAMR NDR_LSA NDR_NETLOGON cli-ldap-common LIBNMB SLCACHE SPNEGO_PARSE KRBCLIENT libsmb''',
+                 deps='''
+                 talloc
+                 KRB5_WRAP
+                 LIBINIPARSER
+                 SLCACHE
+                 libsmb
+                 popt_samba3
+                 LIBADS_SERVER''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('timelimit',