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

index 3bb7a10498f5f61321246253fe45dbc63419a9e4..b2afccc17166380d0c9ec77be78e1babc821735b 100755 (executable)
@@ -1312,9 +1312,14 @@ bld.SAMBA3_BINARY('rpcclient/rpcclient',
 
 bld.SAMBA3_BINARY('client/smbclient' + bld.env.suffix3,
                  source=CLIENT_SRC,
-                 deps='''talloc tdb_compat cap popt_samba3 pdb libsmb smbd_shim
-                 param wbclient param KRBCLIENT ndr-standard
-                 msrpc3 SMBREADLINE smbclient RPC_NDR_SRVSVC INIT_LSA
+                 deps='''
+                 talloc
+                 popt_samba3
+                 param
+                 ndr-standard
+                 SMBREADLINE
+                 smbclient
+                 RPC_NDR_SRVSVC
                  cli_smb_common''',
                  vars=locals())