1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-31 12:23:52 +03:00

libcli/auth: convert to dbwrap.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Rusty Russell
2013-04-11 17:12:12 +09:30
committed by Jeremy Allison
parent b45e3f557a
commit 00c9e83d92
3 changed files with 37 additions and 39 deletions

View File

@@ -25,7 +25,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_AUTH',
bld.SAMBA_SUBSYSTEM('COMMON_SCHANNEL',
source='schannel_state_tdb.c schannel_sign.c',
deps='tdb-wrap util_tdb samba-hostconfig NDR_NETLOGON'
deps='dbwrap util_tdb samba-hostconfig NDR_NETLOGON'
)