blob: 5fa05f8c501b2c9315b6eb2057e6716d3a2ff43a (
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',
public_headers='tsocket.h tsocket_internal.h',
)
|