1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/torture/gpo/wscript_build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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'
)