blob: d7b131f80954e68416a2655832961117f801cb03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/usr/bin/env python
bld.SAMBA_MODULE('TORTURE_GPO',
source='''
gpo.c
apply.c
''',
subsystem='smbtorture',
deps='torture samba-util-core ldb',
internal_module=True,
autoproto='proto.h',
init_function='torture_gpo_init'
)
|