1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-05 09:18:06 +03:00
samba-mirror/libcli/tstream_binding_handle/wscript_build
Ralph Boehme a16f3f7e6a libcli: Implement a tstream dcerpc_binding_handle
This implements a dcerpc_binding_handle that does just pass request and
response blob passing.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2023-10-25 22:23:38 +00:00

6 lines
170 B
Python

#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('tstream_binding_handle',
source='tstream_binding_handle.c',
deps='tevent LIBTSOCKET')