mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +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',
|
bld.SAMBA_LIBRARY('cli-ldap-common',
|
||||||
source='ldap_message.c ldap_ndr.c',
|
source='ldap_message.c ldap_ndr.c',
|
||||||
public_deps='errors talloc ldb',
|
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',
|
deps='samba-util asn1util NDR_SECURITY tevent',
|
||||||
private_library=True
|
private_library=True)
|
||||||
)
|
|
||||||
|
@ -9,7 +9,7 @@ def build(bld):
|
|||||||
deps='LIBASYNC_REQ',
|
deps='LIBASYNC_REQ',
|
||||||
public_deps='talloc tevent',
|
public_deps='talloc tevent',
|
||||||
private_library=True,
|
private_library=True,
|
||||||
public_headers='''
|
private_headers='''
|
||||||
read_smb.h
|
read_smb.h
|
||||||
''',
|
''',
|
||||||
)
|
)
|
||||||
@ -48,7 +48,7 @@ def build(bld):
|
|||||||
''',
|
''',
|
||||||
public_deps='talloc samba-util iov_buf',
|
public_deps='talloc samba-util iov_buf',
|
||||||
private_library=True,
|
private_library=True,
|
||||||
public_headers='''
|
private_headers='''
|
||||||
smb_common.h smb2_constants.h smb_constants.h
|
smb_common.h smb2_constants.h smb_constants.h
|
||||||
smb_signing.h smb_seal.h
|
smb_signing.h smb_seal.h
|
||||||
smb2_create_blob.h smb2_signing.h
|
smb2_create_blob.h smb2_signing.h
|
||||||
|
Reference in New Issue
Block a user