libwbclient: remove wbcSetUidHwm() - not implemented any more
[Samba.git] / libcli / nbt / wscript_build
blob7229d12e2ed7adf5d9cb9ce5f41c2eede01fa9b7
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_PYTHON('python_netbios',
25 source='pynbt.c',
26 public_deps='cli-nbt DYNCONFIG samba-hostconfig',
27 realname='samba/netbios.so'