summaryrefslogtreecommitdiff
path: root/lib/tsocket/wscript_build
blob: 420daff817404774e510e818dc5aeb43803d932c (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 socket-blocking',
	public_headers='tsocket.h tsocket_internal.h',
	)