mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
bd5445ee4f
This is a temporary solution to get libsmbclient installed properly as a library (including symlinks and proper symbols). I was not able to make the old internal library name 'libsmb/smbclient' work together with "realname" and/or "link_name". Maybe one of the waf gurus has more ideas here. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Sep 15 15:31:59 CEST 2011 on sn-devel-104
13 lines
375 B
Python
13 lines
375 B
Python
#!/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'
|
|
)
|