diff options
| author | Andreas Schneider <asn@samba.org> | 2012-01-24 11:28:28 +0100 | 
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:28 +0100 | 
| commit | 84e2a6e632e76772b3d2e4b7f3837a74f7c8994b (patch) | |
| tree | 483999220547ba7b55d754c644474a1cf1d47705 | |
| parent | 2d0d2b570faaea9ec84cb6a195d901cb3ff54e50 (diff) | |
| download | samba-84e2a6e632e76772b3d2e4b7f3837a74f7c8994b.tar.gz samba-84e2a6e632e76772b3d2e4b7f3837a74f7c8994b.tar.bz2 samba-84e2a6e632e76772b3d2e4b7f3837a74f7c8994b.zip  | |
s3-waf: Link smbclient only against needed subsystems.
| -rwxr-xr-x | source3/wscript_build | 11 | 
1 files changed, 8 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 3bb7a10498..b2afccc171 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -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())  | 
