diff options
author | Jelmer Vernooij <jelmer@jelmer.uk> | 2016-01-05 23:11:08 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2016-01-13 04:43:22 +0100 |
commit | fddca39f1949bdfab89077de20d09a426ee34043 (patch) | |
tree | 51b36c7eacac32753334743cdba2b4207b5664e2 | |
parent | 3123e2c66a29aaabad7408107bcf4a0e841a93ec (diff) | |
download | samba-fddca39f1949bdfab89077de20d09a426ee34043.tar.gz |
samdb: Add explicit dependency on ldb.
This is needed to pull in the right -I flags.
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
-rw-r--r-- | libcli/drsuapi/wscript_build | 2 | ||||
-rwxr-xr-x | source4/dsdb/wscript_build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libcli/drsuapi/wscript_build b/libcli/drsuapi/wscript_build index 9d9e54df85b..af57c639f3b 100644 --- a/libcli/drsuapi/wscript_build +++ b/libcli/drsuapi/wscript_build @@ -3,6 +3,6 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_DRSUAPI', source='repl_decrypt.c', - public_deps='LIBCLI_AUTH' + public_deps='LIBCLI_AUTH samdb' ) diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index d045a817125..1dc99a1ec18 100755 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -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', |