s3-smbldap: move ldap_open_with_timeout out of smb_ldap.h to ads where it lives.
[Samba/gebeck_regimport.git] / source4 / libcli / smb2 / wscript_build
blob8aac8272e395285c7952e62c06402f6f91a9b710
1 #!/usr/bin/env python
3 bld.SAMBA_SUBSYSTEM('LIBCLI_SMB2',
4 source='transport.c request.c negprot.c session.c tcon.c create.c close.c connect.c getinfo.c write.c read.c setinfo.c find.c ioctl.c logoff.c tdis.c flush.c lock.c notify.c cancel.c keepalive.c break.c util.c signing.c lease_break.c',
5 autoproto='smb2_proto.h',
6 deps='tevent-util',
7 public_deps='smbclient-raw LIBPACKET gensec tevent'