summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-05-21 20:07:18 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-05-21 20:09:07 +1000
commit50b472a772edeb23ec97c3878054fb437db24f9b (patch)
tree5ee6b6888b7d75606cc3c92ce78cc39e5a1b02f3 /source4/libcli
parent124047877d3287b9cbc145682c5e5ce5606d682b (diff)
downloadsamba-50b472a772edeb23ec97c3878054fb437db24f9b.tar.gz
samba-50b472a772edeb23ec97c3878054fb437db24f9b.tar.bz2
samba-50b472a772edeb23ec97c3878054fb437db24f9b.zip
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
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/ldap/wscript_build2
1 files changed, 1 insertions, 1 deletions
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'
)