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:
committed by
Jelmer Vernooij
parent
ffbd9c4584
commit
218f96f2bf
@ -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)
|
||||
|
Reference in New Issue
Block a user