1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4:libcli/ldap Update headermap.txt (autotools build) and wscript_build for libcli_ldap.h

It took a little while to find where to update this...

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2010-05-21 20:07:18 +10:00
parent 124047877d
commit 50b472a772
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ rpc_server/dcerpc_server.h: dcerpc_server.h
rpc_server/common/common.h: dcerpc_server/common.h
../libcli/auth/credentials.h: domain_credentials.h
../lib/util/charset/charset.h: charset.h
libcli/ldap/ldap.h: ldap-util.h
libcli/ldap/libcli_ldap.h: ldap-util.h
../lib/torture/torture.h: torture.h
libcli/libcli.h: client.h
librpc/gen_ndr/ntp_signd.h: gen_ndr/ntp_signd.h

View File

@ -4,7 +4,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP',
source='ldap_client.c ldap_bind.c ldap_ildap.c ldap_controls.c',
autoproto='ldap_proto.h',
public_deps='LIBSAMBA-ERRORS tevent LIBPACKET',
public_headers='ldap.h:ldap-util.h',
public_headers='libcli_ldap.h:ldap-util.h',
deps='LIBCLI_COMPOSITE samba_socket NDR_SAMR LIBTLS LIBCLI_LDAP_NDR LIBNDR LP_RESOLVE gensec LIBCLI_LDAP_MESSAGE'
)