s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[samba.git] / source4 / nbt_server / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/nbt_server/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_SUBSYSTEM('WINSDB',
8         source='wins/winsdb.c wins/wins_hook.c',
9         autoproto='wins/winsdb_proto.h',
10         public_deps='ldb'
11         )
12
13
14 bld.SAMBA_MODULE('ldb_wins_ldb',
15         source='wins/wins_ldb.c',
16         subsystem='LIBLDB',
17         init_function='LDB_MODULE(wins_ldb)',
18         deps='ldb LIBNETIF LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL'
19         )
20
21
22 bld.SAMBA_SUBSYSTEM('NBTD_WINS',
23         source='wins/winsserver.c wins/winsclient.c wins/winswack.c wins/wins_dns_proxy.c',
24         autoproto='wins/winsserver_proto.h',
25         deps='LIBCLI_NBT WINSDB'
26         )
27
28
29 bld.SAMBA_SUBSYSTEM('NBTD_DGRAM',
30         source='dgram/request.c dgram/netlogon.c dgram/browse.c',
31         autoproto='dgram/proto.h',
32         deps='LIBCLI_DGRAM CLDAPD'
33         )
34
35
36 bld.SAMBA_SUBSYSTEM('NBT_SERVER',
37         source='interfaces.c register.c query.c nodestatus.c defense.c packet.c irpc.c',
38         autoproto='nbt_server_proto.h',
39         deps='LIBCLI_NBT NBTD_WINS NBTD_DGRAM'
40         )
41
42
43 bld.SAMBA_MODULE('service_nbtd',
44         source='nbt_server.c',
45         subsystem='service',
46         init_function='server_service_nbtd_init',
47         deps='NBT_SERVER process_model'
48         )
49