blob: 6fd5e8d7a3af6fa67b1112cb4a2667da41092566 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# AUTOGENERATED by mktowscript.pl from ../../source4/torture/libsmbclient/config.mk
# Please remove this notice if hand editing
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,
enabled=False
)
|