libcli/cldap: make use of samba_tevent_context_init()
[Samba/gebeck_regimport.git] / source4 / echo_server / wscript_build
blob8c40ec8c418ac0b34552af03e0721870fe06b27d
1 #!/usr/bin/env python
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()