summaryrefslogtreecommitdiff
path: root/libcli/ldap
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-14 12:12:00 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-14 12:22:59 +1000
commit35fca856604f32c1a30b018dcd05e7f43fafae5d (patch)
tree6ea6a562d2faecadaea084da6b4f3cf1499e762b /libcli/ldap
parent29c0c37691da10bf061ba90a5b31482bda2fa486 (diff)
downloadsamba-35fca856604f32c1a30b018dcd05e7f43fafae5d.tar.gz
samba-35fca856604f32c1a30b018dcd05e7f43fafae5d.tar.bz2
samba-35fca856604f32c1a30b018dcd05e7f43fafae5d.zip
libcli/ldap Re-add ldap_ndr.h as a public header
as noticed by Brad Hards Andrew Bartlett
Diffstat (limited to 'libcli/ldap')
-rw-r--r--libcli/ldap/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/ldap/wscript_build b/libcli/ldap/wscript_build
index 63a2de17fe..211a3203d1 100644
--- a/libcli/ldap/wscript_build
+++ b/libcli/ldap/wscript_build
@@ -3,7 +3,7 @@
bld.SAMBA_LIBRARY('cli-ldap-common',
source='ldap_message.c ldap_ndr.c',
public_deps='errors talloc ldb',
- public_headers='ldap_message.h ldap_errors.h',
+ public_headers='ldap_message.h ldap_errors.h ldap_ndr.h',
deps='samba-util asn1util NDR_SECURITY tevent',
private_library=True
)