summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-24 11:28:28 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:28 +0100
commit84e2a6e632e76772b3d2e4b7f3837a74f7c8994b (patch)
tree483999220547ba7b55d754c644474a1cf1d47705 /source3/wscript_build
parent2d0d2b570faaea9ec84cb6a195d901cb3ff54e50 (diff)
downloadsamba-84e2a6e632e76772b3d2e4b7f3837a74f7c8994b.tar.gz
samba-84e2a6e632e76772b3d2e4b7f3837a74f7c8994b.tar.bz2
samba-84e2a6e632e76772b3d2e4b7f3837a74f7c8994b.zip
s3-waf: Link smbclient only against needed subsystems.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build11
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())