s3:libsmb: allow store_cldap_reply() to work with a ipv6 response
[samba.git] / source4 / wscript_build
1 #!/usr/bin/env python
2
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
7         )
8
9 bld.SAMBA_BINARY('client/http_test',
10     source='client/http_test.c',
11     deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt CMDLINE_S4',
12     for_selftest=True,
13     )
14
15 bld.SAMBA_BINARY('client/cifsdd',
16         source='client/cifsdd.c client/cifsddio.c',
17         deps='samba-hostconfig LIBCLI_SMB popt CMDLINE_S4 param_options'
18         )