libcli/ldap Re-add ldap_ndr.h as a public header
authorAndrew Bartlett <abartlet@samba.org>
Thu, 14 Apr 2011 02:12:00 +0000 (12:12 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Apr 2011 02:22:59 +0000 (12:22 +1000)
as noticed by Brad Hards

Andrew Bartlett

libcli/ldap/wscript_build

index 63a2de17feaa9528329f8ea8a103c16867ef3935..211a3203d1eae0bf1873e9a184786bb960c145f7 100644 (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
        )