samdb: Add explicit dependency on ldb.
authorJelmer Vernooij <jelmer@jelmer.uk>
Tue, 5 Jan 2016 23:11:08 +0000 (23:11 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 13 Jan 2016 03:43:22 +0000 (04:43 +0100)
This is needed to pull in the right -I flags.

Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
libcli/drsuapi/wscript_build
source4/dsdb/wscript_build

index 9d9e54df85bc16a520a0185fde8006100d382f11..af57c639f3b0de94ac850008c3ae8b8e31b5156d 100644 (file)
@@ -3,6 +3,6 @@
 
 bld.SAMBA_SUBSYSTEM('LIBCLI_DRSUAPI',
        source='repl_decrypt.c',
-       public_deps='LIBCLI_AUTH'
+       public_deps='LIBCLI_AUTH samdb'
        )
 
index d045a817125d3d7aee7971e0a9bc85865e4794b7..1dc99a1ec182abc0d7b9a9da7ce5b6f5c4a3b6e3 100755 (executable)
@@ -9,7 +9,7 @@ bld.SAMBA_LIBRARY('samdb',
        public_deps='krb5',
        public_headers='',
        vnum='0.0.1',
-       deps='ndr NDR_DRSUAPI NDR_DRSBLOBS auth_system_session LIBCLI_AUTH ndr SAMDB_SCHEMA ldbsamba samdb-common LIBCLI_DRSUAPI cli-ldap-common samba-util com_err authkrb5 samba-credentials ldbwrap errors krb5samba',
+       deps='ndr NDR_DRSUAPI NDR_DRSBLOBS auth_system_session LIBCLI_AUTH ndr SAMDB_SCHEMA ldbsamba samdb-common LIBCLI_DRSUAPI cli-ldap-common samba-util com_err authkrb5 samba-credentials ldbwrap errors krb5samba ldb',
        )
 
 bld.SAMBA_LIBRARY('samdb-common',