1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

libcli/ldap Re-add ldap_ndr.h as a public header

as noticed by Brad Hards

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2011-04-14 12:12:00 +10:00
parent 29c0c37691
commit 35fca85660

View File

@ -3,7 +3,7 @@
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',
public_headers='ldap_message.h ldap_errors.h ldap_ndr.h',
deps='samba-util asn1util NDR_SECURITY tevent',
private_library=True
)