summaryrefslogtreecommitdiff
path: root/libcli/ldap
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2016-01-04 00:56:10 +0000
committerJelmer Vernooij <jelmer@samba.org>2016-01-13 04:43:23 +0100
commit218f96f2bf10f7f03ec964c4515f6e248fc31ad8 (patch)
tree0459715e8422aba3eb70556a0a5f3cb72e644717 /libcli/ldap
parentffbd9c4584d83c56e58901bc91effa75ebdcbb02 (diff)
downloadsamba-218f96f2bf10f7f03ec964c4515f6e248fc31ad8.tar.gz
libcli: Make headers for private libraries private.
Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk> Reviewed-By: Andrew Bartlett <abartlet@samba.org> Reviewed-By: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'libcli/ldap')
-rw-r--r--libcli/ldap/wscript_build5
1 files changed, 2 insertions, 3 deletions
diff --git a/libcli/ldap/wscript_build b/libcli/ldap/wscript_build
index 211a3203d1e..305060037af 100644
--- a/libcli/ldap/wscript_build
+++ b/libcli/ldap/wscript_build
@@ -3,7 +3,6 @@
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 ldap_ndr.h',
+ private_headers='ldap_message.h ldap_errors.h ldap_ndr.h',
deps='samba-util asn1util NDR_SECURITY tevent',
- private_library=True
- )
+ private_library=True)