fc443e98a676e45e7dfe745cbac3a22549e32ad0
[martins/samba.git] / lib / tsocket / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../lib/tsocket/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_SUBSYSTEM('LIBTSOCKET',
8         source='tsocket.c tsocket_helpers.c tsocket_bsd.c',
9         public_deps='talloc tevent',
10         public_headers='tsocket.h tsocket_internal.h',
11         deps='LIBREPLACE_NETWORK'
12         )
13