s4:scripting/python: always treat the highwatermark as opaque (bug #9508)
[sfrench/samba-autobuild/.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 popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw param_options dcerpc'
6         )
7
8
9 bld.SAMBA_BINARY('client/cifsdd',
10         source='client/cifsdd.c client/cifsddio.c',
11         deps='samba-hostconfig LIBCLI_SMB popt POPT_SAMBA POPT_CREDENTIALS param_options'
12         )