summaryrefslogtreecommitdiff
path: root/lib/tsocket/wscript_build
blob: 34d382eb826b3a204d48f7f4d359d415d71c9593 (plain)
1
2
3
4
5
6
7
8
9
10
#!/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',
	deps='LIBREPLACE_NETWORK'
	)