mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
3b82b6f531
Change-Id: I2d91d9c9faa2df084321d10fbdc948acbd2bb735 Signed-off-by: Jeroen Dekkers <jeroen@dekkers.ch> Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Tue Apr 15 03:25:13 CEST 2014 on sn-devel-104
14 lines
445 B
Python
14 lines
445 B
Python
#!/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 popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw param_options dcerpc',
|
|
install=False
|
|
)
|
|
|
|
|
|
bld.SAMBA_BINARY('client/cifsdd',
|
|
source='client/cifsdd.c client/cifsddio.c',
|
|
deps='samba-hostconfig LIBCLI_SMB popt POPT_SAMBA POPT_CREDENTIALS param_options'
|
|
)
|