summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-06-01 13:28:50 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-15 13:15:50 +0200
commit9ac0a876a744e571ea9d797b59a033ff6db6241f (patch)
tree42fb85cb512931c2cc6d9e470b24ff906e31d1e9
parent60ea59331b7d7306e67dfea199e23841625c2b51 (diff)
downloadsamba-9ac0a876a744e571ea9d797b59a033ff6db6241f.tar.gz
samba-9ac0a876a744e571ea9d797b59a033ff6db6241f.tar.bz2
samba-9ac0a876a744e571ea9d797b59a033ff6db6241f.zip
ldb-samba: Add missing dependency on credentials code.
-rw-r--r--source4/lib/ldb-samba/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build
index d853d191ef..15f031ba37 100644
--- a/source4/lib/ldb-samba/wscript_build
+++ b/source4/lib/ldb-samba/wscript_build
@@ -5,7 +5,7 @@ bld.SAMBA_SUBSYSTEM('LDBSAMBA',
source='ldif_handlers.c',
autoproto='ldif_handlers_proto.h',
public_deps='ldb',
- deps='LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_DRSBLOBS'
+ deps='LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_DRSBLOBS CREDENTIALS'
)