s4: torture: Add an async SMB2_OP_FLUSH + SMB2_OP_CLOSE test to smb2.compound_async.
[Samba.git] / source4 / wscript_build
blobd20444135ebc20fd8d980e10b22c97e215b30997
1 #!/usr/bin/env python
3 bld.SAMBA_BINARY('client/smbclient' + bld.env.suffix4,
4 source='client/client.c',
5 deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA CMDLINE_S4 smbclient-raw dcerpc',
6 install=False
10 bld.SAMBA_BINARY('client/cifsdd',
11 source='client/cifsdd.c client/cifsddio.c',
12 deps='samba-hostconfig LIBCLI_SMB popt CMDLINE_S4 param_options'