s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[martins/samba.git] / source4 / torture / winbind / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_MODULE('TORTURE_WINBIND',
4         source='winbind.c struct_based.c ../../../nsswitch/libwbclient/tests/wbclient.c',
5         autoproto='proto.h',
6         subsystem='smbtorture',
7         init_function='torture_winbind_init',
8         deps='LIBWBCLIENT LIBWBCLIENT_ASYNC LIBWINBIND-CLIENT torture PAM_ERRORS',
9         internal_module=True
10         )