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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
310 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,
enabled=bld.CONFIG_GET('ENABLE_SELFTEST'),
)