mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
1fc1dfe921
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Mar 20 23:23:55 CET 2015 on sn-devel-104
12 lines
286 B
Python
12 lines
286 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,
|
|
)
|
|
|