mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
samdb: Add explicit dependency on ldb.
This is needed to pull in the right -I flags. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
This commit is contained in:
parent
3123e2c66a
commit
fddca39f19
@ -3,6 +3,6 @@
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('LIBCLI_DRSUAPI',
|
||||
source='repl_decrypt.c',
|
||||
public_deps='LIBCLI_AUTH'
|
||||
public_deps='LIBCLI_AUTH samdb'
|
||||
)
|
||||
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user