mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
33bb334e80
metze
10 lines
193 B
Python
10 lines
193 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBTSOCKET',
|
|
source='tsocket.c tsocket_helpers.c tsocket_bsd.c',
|
|
public_deps='talloc tevent',
|
|
public_headers='tsocket.h tsocket_internal.h',
|
|
)
|
|
|