X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=source4%2Flib%2Fsocket%2Fwscript_build;h=fa497335fb85be4ca615e23637e22d45c811583b;hp=fdbc96ff091459cb626ec82f30e24c4b3f51def1;hb=f346a737855bb5018978f0fcf1dcafbf5dc7e603;hpb=f9eae32f4b4284e3820f61f3d40c46a41be97227 diff --git a/source4/lib/socket/wscript_build b/source4/lib/socket/wscript_build index fdbc96ff091..fa497335fb8 100644 --- a/source4/lib/socket/wscript_build +++ b/source4/lib/socket/wscript_build @@ -1,35 +1,29 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../source4/lib/socket/config.mk -# Please remove this notice if hand editing - - -bld.SAMBA_SUBSYSTEM('LIBNETIF', - source='interface.c netif.c', - autoproto='netif_proto.h', - deps='LIBSAMBA-UTIL LIBREPLACE_NETWORK' - ) - +bld.SAMBA_LIBRARY('netif', + source='interface.c', + deps='samba-util interfaces', + private_library=True, + autoproto='netif_proto.h' + ) bld.SAMBA_MODULE('socket_ip', - source='socket_ip.c', - subsystem='samba_socket', - deps='LIBSAMBA-ERRORS LIBREPLACE_NETWORK', - internal_module=True - ) - + source='socket_ip.c', + subsystem='samba_socket', + deps='errors', + internal_module=True + ) bld.SAMBA_MODULE('socket_unix', - source='socket_unix.c', - subsystem='samba_socket', - deps='LIBREPLACE_NETWORK', - internal_module=True - ) - + source='socket_unix.c', + subsystem='samba_socket', + deps='talloc', + internal_module=True + ) bld.SAMBA_SUBSYSTEM('samba_socket', - source='socket.c access.c connect_multi.c connect.c', - public_deps='talloc LIBTSOCKET', - deps='LIBCLI_COMPOSITE LIBCLI_RESOLVE socket_ip socket_unix' - ) + source='socket.c access.c connect_multi.c connect.c', + public_deps='talloc LIBTSOCKET', + deps='LIBCLI_COMPOSITE LIBCLI_RESOLVE socket_ip socket_unix' + )