Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
Samba Server: update vendor to version 4.4.3
|
File size:
445 bytes
|
Line | |
---|
1 | #!/usr/bin/env python
|
---|
2 |
|
---|
3 | bld.SAMBA_BINARY('client/smbclient' + bld.env.suffix4,
|
---|
4 | source='client/client.c',
|
---|
5 | deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw param_options dcerpc',
|
---|
6 | install=False
|
---|
7 | )
|
---|
8 |
|
---|
9 |
|
---|
10 | bld.SAMBA_BINARY('client/cifsdd',
|
---|
11 | source='client/cifsdd.c client/cifsddio.c',
|
---|
12 | deps='samba-hostconfig LIBCLI_SMB popt POPT_SAMBA POPT_CREDENTIALS param_options'
|
---|
13 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.