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/winbind/wscript_build | |
parent | 0878399bd57db88aa49ac2a0a139c269feda9137 (diff) | |
download | samba-e28cec7817f17d31e054c021f39f13685c55eee9.tar.gz samba-e28cec7817f17d31e054c021f39f13685c55eee9.tar.bz2 samba-e28cec7817f17d31e054c021f39f13685c55eee9.zip |
ldbsamba: Lowercase library name.
Diffstat (limited to 'source4/winbind/wscript_build')
-rw-r--r-- | source4/winbind/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wscript_build b/source4/winbind/wscript_build index 46f5294ea4..8ef1fd3b46 100644 --- a/source4/winbind/wscript_build +++ b/source4/winbind/wscript_build @@ -20,6 +20,6 @@ bld.SAMBA_SUBSYSTEM('WB_HELPER', bld.SAMBA_SUBSYSTEM('IDMAP', source='idmap.c', autoproto='idmap_proto.h', - public_deps='samdb-common LDBSAMBA' + public_deps='samdb-common ldbsamba' ) |