summaryrefslogtreecommitdiffstats
path: root/source4/wscript_build
blob: d20444135ebc20fd8d980e10b22c97e215b30997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env python

bld.SAMBA_BINARY('client/smbclient'  + bld.env.suffix4,
	source='client/client.c',
	deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA CMDLINE_S4 smbclient-raw dcerpc',
	install=False
	)


bld.SAMBA_BINARY('client/cifsdd',
	source='client/cifsdd.c client/cifsddio.c',
	deps='samba-hostconfig LIBCLI_SMB popt CMDLINE_S4 param_options'
	)