1
0
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:
Günther Deschner 2011-02-16 23:53:25 +01:00
parent 9e822f1032
commit 9867b7bf34
2 changed files with 4 additions and 5 deletions

View File

@ -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',

View File

@ -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'
)