1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/libcli/echo/wscript_build
Andrew Bartlett af5f494bd2 build: provide tevent-util as a public library
This is needed so that OpenChange can get at _tevent_req_nterr(), which is referenced
by generated PIDL output.

Andrew Bartlett
2011-08-08 13:34:06 +02:00

8 lines
145 B
Python

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