source: trunk/server/source4/libcli/smb2/wscript_build

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 377 bytes
Line 
1#!/usr/bin/env python
2
3bld.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 public_deps='LIBCLI_RAW LIBPACKET gensec'
7 )
8
Note: See TracBrowser for help on using the repository browser.