idmap: Add missing dependency on ldbsamba.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 10 Oct 2010 16:42:14 +0000 (18:42 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 10 Oct 2010 21:30:43 +0000 (23:30 +0200)
source4/winbind/wscript_build

index 2c8a6f8317d2f1f7e9ed43437e2f70fff7c3e825..40604efd464f5c010edb7ac8ecfbfbbfcf458593 100644 (file)
@@ -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'
        )