diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-14 12:12:00 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-14 12:22:59 +1000 |
commit | 35fca856604f32c1a30b018dcd05e7f43fafae5d (patch) | |
tree | 6ea6a562d2faecadaea084da6b4f3cf1499e762b /libcli/ldap | |
parent | 29c0c37691da10bf061ba90a5b31482bda2fa486 (diff) | |
download | samba-35fca856604f32c1a30b018dcd05e7f43fafae5d.tar.gz samba-35fca856604f32c1a30b018dcd05e7f43fafae5d.tar.bz2 samba-35fca856604f32c1a30b018dcd05e7f43fafae5d.zip |
libcli/ldap Re-add ldap_ndr.h as a public header
as noticed by Brad Hards
Andrew Bartlett
Diffstat (limited to 'libcli/ldap')
-rw-r--r-- | libcli/ldap/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/ldap/wscript_build b/libcli/ldap/wscript_build index 63a2de17fe..211a3203d1 100644 --- a/libcli/ldap/wscript_build +++ b/libcli/ldap/wscript_build @@ -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 ) |