mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
211bf1ea17
This was left over from the automatic conversion of the config.mk files
14 lines
347 B
Python
14 lines
347 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_BINARY('smbclient',
|
|
source='client.c',
|
|
deps='LIBSAMBA-HOSTCONFIG SMBREADLINE LIBSAMBA-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='LIBSAMBA-HOSTCONFIG LIBCLI_SMB popt POPT_SAMBA POPT_CREDENTIALS'
|
|
)
|
|
|