mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
bld.SAMBA_SUBSYSTEM('tstream_binding_handle',
|
||
|
source='tstream_binding_handle.c',
|
||
|
deps='tevent LIBTSOCKET')
|