mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
1f2518df5a
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Dec 9 23:57:03 CET 2010 on sn-devel-104
8 lines
145 B
Python
8 lines
145 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBCLI_ECHO',
|
|
source='echo.c',
|
|
deps='LIBTSOCKET UTIL_TEVENT');
|
|
|
|
bld.RECURSE('tests')
|