diff options
Diffstat (limited to 'lib/tsocket/wscript_build')
-rw-r--r-- | lib/tsocket/wscript_build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/tsocket/wscript_build b/lib/tsocket/wscript_build new file mode 100644 index 0000000000..341782d7b5 --- /dev/null +++ b/lib/tsocket/wscript_build @@ -0,0 +1,11 @@ +# AUTOGENERATED by mktowscript.pl from ../../lib/tsocket/config.mk +# Please remove this notice if hand editing + + +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' + ) + |