summaryrefslogtreecommitdiff
path: root/source4/torture/libsmbclient/wscript_build
blob: 40c7932a208be187b035f89e57642309b56a0d2d (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='POPT_CREDENTIALS smbclient',
	internal_module=True
	)