diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2013-04-11 17:12:12 +0930 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-04-12 14:59:31 -0700 |
commit | 00c9e83d92ab1cc0635485386d28f445ea561ce3 (patch) | |
tree | 30b9160bc8a76f77d4abc935dc86fe76220fd232 /libcli/auth/wscript_build | |
parent | b45e3f557a00ba78f0d10b2253c99d5710de25c8 (diff) | |
download | samba-00c9e83d92ab1cc0635485386d28f445ea561ce3.tar.gz samba-00c9e83d92ab1cc0635485386d28f445ea561ce3.tar.bz2 samba-00c9e83d92ab1cc0635485386d28f445ea561ce3.zip |
libcli/auth: convert to dbwrap.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli/auth/wscript_build')
-rwxr-xr-x | libcli/auth/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build index 092d5e4b13..df23058f6e 100755 --- a/libcli/auth/wscript_build +++ b/libcli/auth/wscript_build @@ -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' ) |