s4-waf: removed the AUTOGENERATED markers
[kai/samba.git] / lib / tsocket / wscript_build
1 #!/usr/bin/env python
2
3
4 bld.SAMBA_SUBSYSTEM('LIBTSOCKET',
5         source='tsocket.c tsocket_helpers.c tsocket_bsd.c',
6         public_deps='talloc tevent',
7         public_headers='tsocket.h tsocket_internal.h',
8         deps='LIBREPLACE_NETWORK'
9         )
10