summaryrefslogtreecommitdiff
path: root/libcli/nbt
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 16:05:50 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-24 00:20:04 +0000
commit833480d3ad1c4b3a1ea74fd583672c65c0af6463 (patch)
tree788f12cca40a76d8fe3c45135c706c0eb6beab9c /libcli/nbt
parentca16d805bd8f33a03d67d3ed74b4d468b04874e5 (diff)
downloadsamba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.tar.gz
samba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.tar.bz2
samba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.zip
s4: Rename LIBSAMBA-* to libsamba-*
Diffstat (limited to 'libcli/nbt')
-rw-r--r--libcli/nbt/wscript_build8
1 files changed, 4 insertions, 4 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build
index a39f835645..8602282ed7 100644
--- a/libcli/nbt/wscript_build
+++ b/libcli/nbt/wscript_build
@@ -9,7 +9,7 @@ bld.SAMBA_SUBSYSTEM('NDR_NBT_BUF',
bld.SAMBA_LIBRARY('LIBCLI_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='LIBNDR NDR_NBT tevent UTIL_TEVENT NDR_SECURITY samba_socket libsamba-util',
private_library=True
)
@@ -17,7 +17,7 @@ bld.SAMBA_LIBRARY('LIBCLI_NBT',
bld.SAMBA_BINARY('nmblookup',
source='tools/nmblookup.c',
manpages='man/nmblookup.1',
- deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBCLI_NBT popt POPT_SAMBA libnetif LIBCLI_RESOLVE'
+ deps='libsamba-hostconfig libsamba-util LIBCLI_NBT popt POPT_SAMBA libnetif LIBCLI_RESOLVE'
)
@@ -29,13 +29,13 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_NDR_NETLOGON',
bld.SAMBA_SUBSYSTEM('LIBCLI_NETLOGON',
source='../netlogon.c',
- public_deps='LIBSAMBA-UTIL LIBCLI_NDR_NETLOGON'
+ public_deps='libsamba-util LIBCLI_NDR_NETLOGON'
)
bld.SAMBA_PYTHON('python_netbios',
source='pynbt.c',
- public_deps='LIBCLI_NBT DYNCONFIG LIBSAMBA-HOSTCONFIG',
+ public_deps='LIBCLI_NBT DYNCONFIG libsamba-hostconfig',
realname='samba/netbios.so'
)