From e28cec7817f17d31e054c021f39f13685c55eee9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 7 Nov 2010 01:57:34 +0100 Subject: ldbsamba: Lowercase library name. --- source4/lib/ldb-samba/wscript_build | 8 ++++---- source4/lib/registry/wscript_build | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'source4/lib') 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' ) -- cgit