X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=libcli%2Fcldap%2Fwscript_build;h=889c0af7c59fa045a7d146b9d3c8d0e7f7d3f309;hp=5b9bcbd145cf508f4fca72d5d6ae7841e40c5b6f;hb=4874e1f5b3a4b959050012d5135be7c1df38552b;hpb=845e0cbe6f43e2762796c644035ac6bc2b07cf17 diff --git a/libcli/cldap/wscript_build b/libcli/cldap/wscript_build index 5b9bcbd145c..889c0af7c59 100644 --- a/libcli/cldap/wscript_build +++ b/libcli/cldap/wscript_build @@ -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 + )