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

bld.SAMBA_BINARY('client/smbclient',
	source='client/client.c',
	deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw'
	)


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