summaryrefslogtreecommitdiffstats
path: root/source4/torture/libsmbclient/wscript_build
blob: 61d819bc94364038797b7adec6bc25b37d4a2429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env python


bld.SAMBA_MODULE('TORTURE_LIBSMBCLIENT',
	source='libsmbclient.c',
	autoproto='proto.h',
	subsystem='smbtorture',
	init_function='torture_libsmbclient_init',
	deps='smbclient CMDLINE_S4',
	internal_module=True
	)