cf75d8220603d75c6f005b998f9b92f897201426
[samba.git] / source4 / lib / socket / wscript_build
1 # AUTOGENERATED by mktowscript.pl from ../../source4/lib/socket/config.mk
2 # Please remove this notice if hand editing
3
4
5 bld.SAMBA_SUBSYSTEM('LIBNETIF',
6         source='interface.c netif.c',
7         autoproto='netif_proto.h',
8         deps='LIBSAMBA-UTIL LIBREPLACE_NETWORK'
9         )
10
11
12 bld.SAMBA_MODULE('socket_ip',
13         source='socket_ip.c',
14         subsystem='samba_socket',
15         deps='LIBSAMBA-ERRORS LIBREPLACE_NETWORK',
16         output_type='MERGED_OBJ'
17         )
18
19
20 bld.SAMBA_MODULE('socket_unix',
21         source='socket_unix.c',
22         subsystem='samba_socket',
23         deps='LIBREPLACE_NETWORK',
24         output_type='MERGED_OBJ'
25         )
26
27
28 bld.SAMBA_SUBSYSTEM('samba_socket',
29         source='socket.c access.c connect_multi.c connect.c',
30         public_deps='talloc LIBTSOCKET',
31         deps='LIBCLI_COMPOSITE LIBCLI_RESOLVE socket_ip socket_unix'
32         )
33