diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-07 01:57:34 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-07 01:57:34 +0100 |
commit | e28cec7817f17d31e054c021f39f13685c55eee9 (patch) | |
tree | 2820fedb74c54f867820daa1085ecd0b896a5132 /source4/lib/ldb-samba | |
parent | 0878399bd57db88aa49ac2a0a139c269feda9137 (diff) | |
download | samba-e28cec7817f17d31e054c021f39f13685c55eee9.tar.gz samba-e28cec7817f17d31e054c021f39f13685c55eee9.tar.bz2 samba-e28cec7817f17d31e054c021f39f13685c55eee9.zip |
ldbsamba: Lowercase library name.
Diffstat (limited to 'source4/lib/ldb-samba')
-rw-r--r-- | source4/lib/ldb-samba/wscript_build | 8 |
1 files changed, 4 insertions, 4 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) |