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
/
echo_server
/
wscript_build
blob
3d70f0c397a43c694dcae6ccc13a81830e3806d1
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_MODULE
(
'ECHO'
,
4
source
=
'echo_server.c'
,
5
subsystem
=
'service'
,
6
init_function
=
'server_service_echo_init'
,
7
deps
=
'samba-hostconfig LIBTSOCKET LIBSAMBA_TSOCKET'
,
8
local_include
=
False
,
9
enabled
=
bld
.
CONFIG_GET
(
'ENABLE_SELFTEST'
),
10
)