cldapd: Add missing dependency on ldbsamba.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 10 Oct 2010 20:57:18 +0000 (22:57 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 10 Oct 2010 21:29:40 +0000 (23:29 +0200)
source4/cldap_server/wscript_build

index 3eb836928bb542bafc8b0da59cb9e72b2c0fe4b9..85a9798ffa578daea9f6e48659c6358197748b11 100644 (file)
@@ -11,6 +11,6 @@ bld.SAMBA_MODULE('service_cldap',
 bld.SAMBA_SUBSYSTEM('CLDAPD',
        source='netlogon.c rootdse.c',
        autoproto='proto.h',
-       deps='LIBCLI_CLDAP'
+       deps='LIBCLI_CLDAP LDBSAMBA'
        )