summaryrefslogtreecommitdiff
path: root/source4/ntptr
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-07 01:57:34 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-07 01:57:34 +0100
commite28cec7817f17d31e054c021f39f13685c55eee9 (patch)
tree2820fedb74c54f867820daa1085ecd0b896a5132 /source4/ntptr
parent0878399bd57db88aa49ac2a0a139c269feda9137 (diff)
downloadsamba-e28cec7817f17d31e054c021f39f13685c55eee9.tar.gz
samba-e28cec7817f17d31e054c021f39f13685c55eee9.tar.bz2
samba-e28cec7817f17d31e054c021f39f13685c55eee9.zip
ldbsamba: Lowercase library name.
Diffstat (limited to 'source4/ntptr')
-rw-r--r--source4/ntptr/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntptr/wscript_build b/source4/ntptr/wscript_build
index d34d062ce1..ce858ae2d5 100644
--- a/source4/ntptr/wscript_build
+++ b/source4/ntptr/wscript_build
@@ -4,7 +4,7 @@ bld.SAMBA_MODULE('ntptr_simple_ldb',
source='simple_ldb/ntptr_simple_ldb.c',
subsystem='ntptr',
init_function='ntptr_simple_ldb_init',
- deps='ldb NDR_SPOOLSS DCERPC_COMMON LDBSAMBA'
+ deps='ldb NDR_SPOOLSS DCERPC_COMMON ldbsamba'
)