Skip to content

Commit

Permalink
libcli: Make headers for private libraries private.
Browse files Browse the repository at this point in the history
Signed-off-by: Jelmer Vernooij <[email protected]>
Reviewed-By: Andrew Bartlett <[email protected]>
Reviewed-By: Stefan Metzmacher <[email protected]>
  • Loading branch information
jelmer committed Jan 13, 2016
1 parent ffbd9c4 commit 218f96f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions libcli/ldap/wscript_build
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions libcli/smb/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def build(bld):
deps='LIBASYNC_REQ',
public_deps='talloc tevent',
private_library=True,
public_headers='''
private_headers='''
read_smb.h
''',
)
Expand Down Expand Up @@ -48,7 +48,7 @@ def build(bld):
''',
public_deps='talloc samba-util iov_buf',
private_library=True,
public_headers='''
private_headers='''
smb_common.h smb2_constants.h smb_constants.h
smb_signing.h smb_seal.h
smb2_create_blob.h smb2_signing.h
Expand Down

0 comments on commit 218f96f

Please sign in to comment.