mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
10 lines
258 B
Plaintext
10 lines
258 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
bld.SAMBA_MODULE('ECHO',
|
||
|
source='echo_server.c',
|
||
|
subsystem='service',
|
||
|
init_function='server_service_echo_init',
|
||
|
deps='samba-hostconfig LIBTSOCKET LIBSAMBA_TSOCKET',
|
||
|
local_include=False
|
||
|
)
|