summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-05-03 18:26:35 +0200
committerJelmer Vernooij <jelmer@samba.org>2012-05-03 20:18:22 +0200
commitd3b4c2c7714091a588f6aeaf784380cea54e73cf (patch)
treec0b1c172bf7ecd493058a467291a49c358d22815 /source4/param
parenta38e2cbbb31866c4af3b352a9dbbfcabb41ab4b8 (diff)
downloadsamba-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 'source4/param')
-rw-r--r--source4/param/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/wscript_build b/source4/param/wscript_build
index 80b2758766..4585a83199 100644
--- a/source4/param/wscript_build
+++ b/source4/param/wscript_build
@@ -32,7 +32,7 @@ bld.SAMBA_MODULE('share_ldb',
bld.SAMBA_SUBSYSTEM('SECRETS',
source='secrets.c',
- deps='ldb tdb-wrap UTIL_TDB NDR_SECURITY tevent ldbwrap'
+ deps='ldb tdb-wrap util_tdb NDR_SECURITY tevent ldbwrap'
)