ctdb-scripts: Support storing statd-callout state in cluster filesystem
[samba4-gss.git] / source4 / torture / gpo / wscript_build
blobd7b131f80954e68416a2655832961117f801cb03
1 #!/usr/bin/env python
3 bld.SAMBA_MODULE('TORTURE_GPO',
4 source='''
5 gpo.c
6 apply.c
7 ''',
8 subsystem='smbtorture',
9 deps='torture samba-util-core ldb',
10 internal_module=True,
11 autoproto='proto.h',
12 init_function='torture_gpo_init'