#!/usr/bin/env python

bld.SAMBA_SUBSYSTEM('LIBCLI_ECHO',
        source='echo.c',
        deps='LIBTSOCKET UTIL_TEVENT');

bld.RECURSE('tests')