1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

14 lines
254 B
Plaintext
Raw Normal View History

#!/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'
)