summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/wscript_build
blob: 8aac8272e395285c7952e62c06402f6f91a9b710 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

bld.SAMBA_SUBSYSTEM('LIBCLI_SMB2',
	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',
	autoproto='smb2_proto.h',
	deps='tevent-util',
	public_deps='smbclient-raw LIBPACKET gensec tevent'
	)