1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

10 lines
258 B
Plaintext
Raw Normal View History

#!/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
)