repo.or.cz
/
Samba
/
vl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add the ability to parse out the port to SMBC_parse_path().
[Samba/vl.git]
/
source4
/
echo_server
/
wscript_build
blob
8c40ec8c418ac0b34552af03e0721870fe06b27d
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
.
AD_DC_BUILD_IS_ENABLED
()
10
)