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 /lib/util/wscript_build | |
parent | a38e2cbbb31866c4af3b352a9dbbfcabb41ab4b8 (diff) | |
download | samba-d3b4c2c7714091a588f6aeaf784380cea54e73cf.tar.gz samba-d3b4c2c7714091a588f6aeaf784380cea54e73cf.tar.bz2 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 'lib/util/wscript_build')
-rwxr-xr-x | lib/util/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build index 79b9f02050..d50592bd1f 100755 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -47,11 +47,11 @@ bld.SAMBA_LIBRARY('wrap_xattr', ) -bld.SAMBA_LIBRARY('UTIL_TDB', +bld.SAMBA_LIBRARY('util_tdb', source='util_tdb.c', local_include=False, public_deps='tdb_compat talloc', - private_library=True + private_library=True ) bld.SAMBA_LIBRARY('tevent-util', |