1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

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>
This commit is contained in:
Jelmer Vernooij
2016-01-04 00:56:10 +00:00
committed by Jelmer Vernooij
parent ffbd9c4584
commit 218f96f2bf
2 changed files with 4 additions and 5 deletions

View File

@ -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)