mirror of
https://github.com/samba-team/samba.git
synced 2025-02-01 05:47:28 +03:00
s4-libcli: Add missing ldb header
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
415e3df641
commit
3f428caed4
@ -20,6 +20,9 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
#include <ldb.h>
|
||||
|
||||
#include "../lib/util/asn1.h"
|
||||
#include "libcli/ldap/libcli_ldap.h"
|
||||
#include "libcli/ldap/ldap_proto.h"
|
||||
|
@ -5,7 +5,7 @@ bld.SAMBA_LIBRARY('cli-ldap',
|
||||
autoproto='ldap_proto.h',
|
||||
public_deps='samba-errors tevent',
|
||||
private_headers='libcli_ldap.h:ldap-util.h',
|
||||
deps='cli_composite LIBSAMBA_TSOCKET samba_socket NDR_SAMR LIBTLS ndr LP_RESOLVE gensec cli-ldap-common',
|
||||
deps='cli_composite ldb LIBSAMBA_TSOCKET samba_socket NDR_SAMR LIBTLS ndr LP_RESOLVE gensec cli-ldap-common',
|
||||
private_library=True
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user