mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
58c79b828b
Guenther
13 lines
308 B
Python
13 lines
308 B
Python
#!/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,
|
|
enabled=False
|
|
)
|
|
|