blob: 4f579c9820d8e0923630e4ccef1ff0b1ba59bb0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/env python
bld.SAMBA_MODULE('TORTURE_LIBNETAPI',
source='libnetapi.c libnetapi_user.c libnetapi_group.c libnetapi_server.c',
autoproto='proto.h',
subsystem='smbtorture',
init_function='torture_libnetapi_init',
deps='POPT_CREDENTIALS netapi',
internal_module=True,
)
|