repo.or.cz
/
samba4-gss.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ctdb-scripts: Support storing statd-callout state in cluster filesystem
[samba4-gss.git]
/
source4
/
torture
/
gpo
/
wscript_build
blob
d7b131f80954e68416a2655832961117f801cb03
1
#!/usr/bin/env python
2
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'
13
)