mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
af5f494bd2
This is needed so that OpenChange can get at _tevent_req_nterr(), which is referenced by generated PIDL output. Andrew Bartlett
9 lines
252 B
Python
9 lines
252 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_MODULE('TORTURE_LIBCLI_ECHO',
|
|
source='echo.c',
|
|
subsystem='smbtorture',
|
|
init_function='torture_libcli_echo_init',
|
|
deps='LIBTSOCKET tevent-util LIBCLI_ECHO',
|
|
internal_module=True);
|