1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/libcli/echo/wscript_build
Kai Blin 1f2518df5a s4 libcli: Add libcli_echo lib and torture test
Autobuild-User: Kai Blin <kai@samba.org>
Autobuild-Date: Thu Dec  9 23:57:03 CET 2010 on sn-devel-104
2010-12-09 23:57:03 +01:00

8 lines
145 B
Python

#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('LIBCLI_ECHO',
source='echo.c',
deps='LIBTSOCKET UTIL_TEVENT');
bld.RECURSE('tests')