summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-07 01:57:34 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-07 01:57:34 +0100
commite28cec7817f17d31e054c021f39f13685c55eee9 (patch)
tree2820fedb74c54f867820daa1085ecd0b896a5132 /source4/lib
parent0878399bd57db88aa49ac2a0a139c269feda9137 (diff)
downloadsamba-e28cec7817f17d31e054c021f39f13685c55eee9.tar.gz
samba-e28cec7817f17d31e054c021f39f13685c55eee9.tar.bz2
samba-e28cec7817f17d31e054c021f39f13685c55eee9.zip
ldbsamba: Lowercase library name.
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb-samba/wscript_build8
-rw-r--r--source4/lib/registry/wscript_build2
2 files changed, 5 insertions, 5 deletions
diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build
index 0ddec30532..115d2bf501 100644
--- a/source4/lib/ldb-samba/wscript_build
+++ b/source4/lib/ldb-samba/wscript_build
@@ -4,7 +4,7 @@
# as a built-in module and this delutes the symbols in the ldb library with
# the symbols of all of ldb_ildap's dependencies.
-bld.SAMBA_LIBRARY('LDBSAMBA',
+bld.SAMBA_LIBRARY('ldbsamba',
source='ldif_handlers.c',
autoproto='ldif_handlers_proto.h',
public_deps='ldb',
@@ -16,12 +16,12 @@ bld.SAMBA_LIBRARY('LDBSAMBA',
bld.SAMBA_SUBSYSTEM('ldbwrap',
source='ldb_wrap.c',
public_headers='ldb_wrap.h',
- deps='ldb samba-util LDBSAMBA samba-hostconfig'
+ deps='ldb samba-util ldbsamba samba-hostconfig'
)
bld.SAMBA_PYTHON('python_samba__ldb', 'pyldb.c',
- deps='LDBSAMBA pyparam_util ldbwrap',
+ deps='ldbsamba pyparam_util ldbwrap',
realname='samba/_ldb.so')
bld.SAMBA_MODULE('ldbsamba_extensions',
@@ -29,7 +29,7 @@ bld.SAMBA_MODULE('ldbsamba_extensions',
init_function='ldb_samba_extensions_init',
module_init_name='ldb_init_module',
subsystem='ldb',
- deps='ldb LDBSAMBA POPT_SAMBA POPT_CREDENTIALS cmdline-credentials gensec',
+ deps='ldb ldbsamba POPT_SAMBA POPT_CREDENTIALS cmdline-credentials gensec',
internal_module=False)
diff --git a/source4/lib/registry/wscript_build b/source4/lib/registry/wscript_build
index a61c36d73b..f7f167f8f9 100644
--- a/source4/lib/registry/wscript_build
+++ b/source4/lib/registry/wscript_build
@@ -13,7 +13,7 @@ bld.SAMBA_SUBSYSTEM('TDR_REGF',
bld.SAMBA_LIBRARY('registry',
source='interface.c ../../../libcli/registry/util_reg.c util.c samba.c patchfile_dotreg.c patchfile_preg.c patchfile.c regf.c hive.c local.c ldb.c dir.c rpc.c',
pc_files='registry.pc',
- public_deps='samba-util TDR_REGF ldb RPC_NDR_WINREG LDBSAMBA',
+ public_deps='samba-util TDR_REGF ldb RPC_NDR_WINREG ldbsamba',
public_headers='registry.h',
vnum='0.0.1'
)