diff options
-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()) |