mirror of
https://github.com/samba-team/samba.git
synced 2025-02-01 05:47:28 +03:00
s4-waf: move wbinfo buildrule to winbind.
Will be moved back later, once we have a more common samba-util.so Guenther
This commit is contained in:
parent
9e822f1032
commit
9867b7bf34
@ -14,11 +14,6 @@ bld.SAMBA_BINARY('nsstest',
|
||||
)
|
||||
|
||||
|
||||
bld.SAMBA_BINARY('wbinfo',
|
||||
source='wbinfo.c',
|
||||
deps='samba-util LIBCLI_AUTH popt POPT_SAMBA winbind-client wbclient tevent UTIL_TEVENT LIBASYNC_REQ security ndr NDR_SECURITY'
|
||||
)
|
||||
|
||||
bld.SAMBA_LIBRARY('nss_winbind',
|
||||
source='../nsswitch/winbind_nss_linux.c',
|
||||
deps='winbind-client',
|
||||
|
@ -24,3 +24,7 @@ bld.SAMBA_SUBSYSTEM('IDMAP',
|
||||
public_deps='samdb-common ldbsamba'
|
||||
)
|
||||
|
||||
bld.SAMBA_BINARY('wbinfo',
|
||||
source='../../nsswitch/wbinfo.c',
|
||||
deps='samba-util LIBCLI_AUTH popt POPT_SAMBA winbind-client wbclient tevent UTIL_TEVENT LIBASYNC_REQ security ndr NDR_SECURITY'
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user