From fddca39f1949bdfab89077de20d09a426ee34043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Tue, 5 Jan 2016 23:11:08 +0000 Subject: samdb: Add explicit dependency on ldb. This is needed to pull in the right -I flags. Signed-Off-By: Jelmer Vernooij --- source4/dsdb/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/wscript_build') 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', -- cgit v1.2.1