s3: Properly deal with exited winbind children
[Samba.git] / libcli / echo / wscript_build
blobeedb4ac5938f822b0e6912cec61f94e419051350
1 #!/usr/bin/env python
3 bld.SAMBA_SUBSYSTEM('LIBCLI_ECHO',
4 source='echo.c',
5 deps='LIBTSOCKET UTIL_TEVENT');
7 bld.RECURSE('tests')