1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3-waf: Link smbclient only against needed subsystems.

This commit is contained in:
Andreas Schneider 2012-01-24 11:28:28 +01:00 committed by Andreas Schneider
parent 2d0d2b570f
commit 84e2a6e632

View File

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