From 7ba7ca7062cf7d239c169eda4aa779eaaa2bb780 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 10 Oct 2010 18:42:14 +0200 Subject: idmap: Add missing dependency on ldbsamba. --- source4/winbind/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/winbind/wscript_build b/source4/winbind/wscript_build index 2c8a6f8317..40604efd46 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' + public_deps='SAMDB_COMMON LDBSAMBA' ) -- cgit