1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source4/echo_server/wscript_build

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
)