tsocket: fill in sa.sa_len if the system supports it
[Samba/gebeck_regimport.git] / libcli / nbt / wscript_build
blob9cae6e01955fb9e6e961cdf91ec82c7583862534
1 #!/usr/bin/env python
3 bld.SAMBA_SUBSYSTEM('NDR_NBT_BUF',
4 source='nbtname.c',
5 deps='talloc',
6 autoproto='nbtname.h'
10 bld.SAMBA_LIBRARY('cli-nbt',
11 source='lmhosts.c nbtsocket.c namequery.c nameregister.c namerefresh.c namerelease.c dns_hosts_file.c',
12 public_deps='ndr NDR_NBT tevent UTIL_TEVENT NDR_SECURITY samba_socket samba-util',
13 private_library=True
17 bld.SAMBA_BINARY('nmblookup',
18 source='tools/nmblookup.c',
19 manpages='man/nmblookup.1',
20 deps='samba-hostconfig samba-util cli-nbt popt POPT_SAMBA netif LIBCLI_RESOLVE'
24 bld.SAMBA_SUBSYSTEM('LIBCLI_NDR_NETLOGON',
25 source='../ndr_netlogon.c',
26 public_deps='ndr NDR_SECURITY'
30 bld.SAMBA_SUBSYSTEM('LIBCLI_NETLOGON',
31 source='../netlogon.c',
32 public_deps='samba-util LIBCLI_NDR_NETLOGON'
36 bld.SAMBA_PYTHON('python_netbios',
37 source='pynbt.c',
38 public_deps='cli-nbt DYNCONFIG samba-hostconfig',
39 realname='samba/netbios.so'