From 50b472a772edeb23ec97c3878054fb437db24f9b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 21 May 2010 20:07:18 +1000 Subject: 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 --- source4/libcli/ldap/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libcli') diff --git a/source4/libcli/ldap/wscript_build b/source4/libcli/ldap/wscript_build index 47372d713c..62d6bf387a 100644 --- a/source4/libcli/ldap/wscript_build +++ b/source4/libcli/ldap/wscript_build @@ -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' ) -- cgit