s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[samba.git] / source4 / lib / socket / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/lib/socket/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_SUBSYSTEM('LIBNETIF',
8         source='interface.c netif.c',
9         autoproto='netif_proto.h',
10         deps='LIBSAMBA-UTIL LIBREPLACE_NETWORK'
11         )
12
13
14 bld.SAMBA_MODULE('socket_ip',
15         source='socket_ip.c',
16         subsystem='samba_socket',
17         deps='LIBSAMBA-ERRORS LIBREPLACE_NETWORK',
18         internal_module=True
19         )
20
21
22 bld.SAMBA_MODULE('socket_unix',
23         source='socket_unix.c',
24         subsystem='samba_socket',
25         deps='LIBREPLACE_NETWORK',
26         internal_module=True
27         )
28
29
30 bld.SAMBA_SUBSYSTEM('samba_socket',
31         source='socket.c access.c connect_multi.c connect.c',
32         public_deps='talloc LIBTSOCKET',
33         deps='LIBCLI_COMPOSITE LIBCLI_RESOLVE socket_ip socket_unix'
34         )
35