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/registry | |
parent | 0878399bd57db88aa49ac2a0a139c269feda9137 (diff) | |
download | samba-e28cec7817f17d31e054c021f39f13685c55eee9.tar.gz samba-e28cec7817f17d31e054c021f39f13685c55eee9.tar.xz samba-e28cec7817f17d31e054c021f39f13685c55eee9.zip |
ldbsamba: Lowercase library name.
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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' ) |