From 35fca856604f32c1a30b018dcd05e7f43fafae5d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 14 Apr 2011 12:12:00 +1000 Subject: libcli/ldap Re-add ldap_ndr.h as a public header as noticed by Brad Hards Andrew Bartlett --- libcli/ldap/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/ldap') 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 ) -- cgit