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 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/lib/ldb-samba') 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) -- cgit