1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

15 lines
246 B
Plaintext
Raw Normal View History

#!/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
)