blob: 31ef14ec3d1c9f41d24454016de37adf42159eff (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('LIBTSOCKET',
source='tsocket.c tsocket_helpers.c tsocket_bsd.c',
public_deps='talloc tevent iov_buf',
public_headers='tsocket.h tsocket_internal.h',
)
|