s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[samba.git] / source4 / torture / libnetapi / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/torture/libnetapi/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_MODULE('TORTURE_LIBNETAPI',
8         source='libnetapi.c libnetapi_user.c libnetapi_group.c',
9         autoproto='proto.h',
10         subsystem='smbtorture',
11         init_function='torture_libnetapi_init',
12         deps='POPT_CREDENTIALS NETAPI',
13         internal_module=True,
14         enabled=False
15         )
16