s3-dbwrap: Implement db_ctdb_parse_record in terms of db_ctdb_fetch
[kai/samba.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')