s3: cldap: cldap_multi_netlogon_send() fails with one bad IPv6 address.
[sfrench/samba-autobuild/.git] / libcli / cldap / wscript_build
index 5b9bcbd145cf508f4fca72d5d6ae7841e40c5b6f..889c0af7c59fa045a7d146b9d3c8d0e7f7d3f309 100644 (file)
@@ -1,10 +1,10 @@
-# AUTOGENERATED by mktowscript.pl from ../../libcli/cldap/config.mk
-# Please remove this notice if hand editing
+#!/usr/bin/env python
 
 
-bld.SAMBA_SUBSYSTEM('LIBCLI_CLDAP',
-       source='cldap.c',
-       public_deps='LIBCLI_LDAP',
-       deps='LIBTSOCKET LIBSAMBA-UTIL UTIL_TEVENT ldb LIBCLI_NETLOGON'
-       )
+bld.SAMBA_LIBRARY('cli_cldap',
+                  source='cldap.c',
+                  public_deps='cli-ldap',
+                  deps='LIBTSOCKET samba-util tevent-util ldb LIBCLI_NETLOGON',
+                  private_library=True
+                  )