From 9ac0a876a744e571ea9d797b59a033ff6db6241f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 1 Jun 2010 13:28:50 +0200 Subject: ldb-samba: Add missing dependency on credentials code. --- source4/lib/ldb-samba/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) -- cgit