diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-05-03 18:26:35 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-05-03 20:18:22 +0200 |
commit | d3b4c2c7714091a588f6aeaf784380cea54e73cf (patch) | |
tree | c0b1c172bf7ecd493058a467291a49c358d22815 /libcli | |
parent | a38e2cbbb31866c4af3b352a9dbbfcabb41ab4b8 (diff) | |
download | samba-d3b4c2c7714091a588f6aeaf784380cea54e73cf.tar.gz samba-d3b4c2c7714091a588f6aeaf784380cea54e73cf.tar.xz samba-d3b4c2c7714091a588f6aeaf784380cea54e73cf.zip |
UTIL_TDB: lowercase name.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Thu May 3 20:18:22 CEST 2012 on sn-devel-104
Diffstat (limited to 'libcli')
-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 893cfd9d95..092d5e4b13 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='tdb-wrap util_tdb samba-hostconfig NDR_NETLOGON' ) |