summaryrefslogtreecommitdiff
path: root/libcli/nbt
diff options
context:
space:
mode:
Diffstat (limited to 'libcli/nbt')
-rw-r--r--libcli/nbt/wscript_build10
1 files changed, 5 insertions, 5 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build
index eb1736932a..ebd822256d 100644
--- a/libcli/nbt/wscript_build
+++ b/libcli/nbt/wscript_build
@@ -9,7 +9,7 @@ bld.SAMBA_SUBSYSTEM('NDR_NBT_BUF',
bld.SAMBA_LIBRARY('cli_nbt',
source='lmhosts.c nbtsocket.c namequery.c nameregister.c namerefresh.c namerelease.c dns_hosts_file.c',
- public_deps='LIBNDR NDR_NBT tevent UTIL_TEVENT NDR_SECURITY samba_socket libsamba-util',
+ public_deps='ndr NDR_NBT tevent UTIL_TEVENT NDR_SECURITY samba_socket samba-util',
private_library=True
)
@@ -17,25 +17,25 @@ bld.SAMBA_LIBRARY('cli_nbt',
bld.SAMBA_BINARY('nmblookup',
source='tools/nmblookup.c',
manpages='man/nmblookup.1',
- deps='libsamba-hostconfig libsamba-util cli_nbt popt POPT_SAMBA netif LIBCLI_RESOLVE'
+ deps='samba-hostconfig samba-util cli_nbt popt POPT_SAMBA netif LIBCLI_RESOLVE'
)
bld.SAMBA_SUBSYSTEM('LIBCLI_NDR_NETLOGON',
source='../ndr_netlogon.c',
- public_deps='LIBNDR NDR_SECURITY'
+ public_deps='ndr NDR_SECURITY'
)
bld.SAMBA_SUBSYSTEM('LIBCLI_NETLOGON',
source='../netlogon.c',
- public_deps='libsamba-util LIBCLI_NDR_NETLOGON'
+ public_deps='samba-util LIBCLI_NDR_NETLOGON'
)
bld.SAMBA_PYTHON('python_netbios',
source='pynbt.c',
- public_deps='cli_nbt DYNCONFIG libsamba-hostconfig',
+ public_deps='cli_nbt DYNCONFIG samba-hostconfig',
realname='samba/netbios.so'
)