mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
s3-waf: use shared libwbclient wscript_build.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 15 11:42:16 CET 2010 on sn-devel-104
This commit is contained in:
parent
550046a4d9
commit
af99f0a067
@ -3,5 +3,6 @@
|
||||
bld.SAMBA_LIBRARY('wbclient',
|
||||
source='wbc_guid.c wbc_idmap.c wbclient.c wbc_pam.c wbc_pwd.c wbc_sid.c wbc_util.c',
|
||||
deps='winbind-client',
|
||||
public_headers='wbclient.h',
|
||||
private_library=True
|
||||
)
|
||||
|
@ -723,18 +723,6 @@ bld.SAMBA_SUBSYSTEM('winbind-client',
|
||||
deps='replace',
|
||||
cflags='-DSOCKET_WRAPPER_DISABLE=1 -DWINBINDD_SOCKET_DIR=\"%s\"' % bld.env.WINBINDD_SOCKET_DIR)
|
||||
|
||||
bld.SAMBA_LIBRARY('wbclient',
|
||||
source='''../nsswitch/libwbclient/wbc_guid.c
|
||||
../nsswitch/libwbclient/wbc_idmap.c
|
||||
../nsswitch/libwbclient/wbclient.c
|
||||
../nsswitch/libwbclient/wbc_pam.c
|
||||
../nsswitch/libwbclient/wbc_pwd.c
|
||||
../nsswitch/libwbclient/wbc_sid.c
|
||||
../nsswitch/libwbclient/wbc_util.c''',
|
||||
public_headers='../nsswitch/libwbclient/wbclient.h',
|
||||
private_library=True,
|
||||
public_deps='winbind-client')
|
||||
|
||||
bld.SAMBA_LIBRARY('netapi',
|
||||
source=LIBNETAPI_SRC,
|
||||
public_deps='''talloc tdb cap wbclient LIB_NONSMBD LIBSMB KRBCLIENT
|
||||
@ -1509,6 +1497,7 @@ bld.RECURSE('../libcli/samsync')
|
||||
bld.RECURSE('../libcli/named_pipe_auth')
|
||||
bld.RECURSE('../libcli/smb')
|
||||
bld.RECURSE('../libcli/ldap')
|
||||
bld.RECURSE('../nsswitch/libwbclient')
|
||||
bld.RECURSE('modules')
|
||||
bld.RECURSE('auth')
|
||||
bld.RECURSE('passdb')
|
||||
|
Loading…
x
Reference in New Issue
Block a user