s3-prefork: Allow better management of allowed_clients
[ira/wip.git] / libcli / echo / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_SUBSYSTEM('LIBCLI_ECHO',
4         source='echo.c',
5         deps='LIBTSOCKET tevent-util');
6
7 bld.RECURSE('tests')