mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
14 lines
338 B
Python
14 lines
338 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_BINARY('smbclient',
|
|
source='client.c',
|
|
deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS LIBCLI_RAW'
|
|
)
|
|
|
|
|
|
bld.SAMBA_BINARY('cifsdd',
|
|
source='cifsdd.c cifsddio.c',
|
|
deps='samba-hostconfig LIBCLI_SMB popt POPT_SAMBA POPT_CREDENTIALS'
|
|
)
|
|
|