build: commit all the waf build files in the tree
[ira/wip.git] / source4 / torture / winbind / wscript_build
1 bld.SAMBA_MODULE('TORTURE_WINBIND',
2         source='winbind.c struct_based.c ../../../nsswitch/libwbclient/tests/wbclient.c',
3         autoproto='proto.h',
4         subsystem='smbtorture',
5         init_function='torture_winbind_init',
6         deps='LIBWBCLIENT LIBWBCLIENT_ASYNC LIBWINBIND-CLIENT torture PAM_ERRORS',
7         output_type='MERGED_OBJ'
8         )