mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
|
#!/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'
|
||
|
)
|