From 599afb065160a9444636fada9576c8b3e889ab68 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Oct 2010 16:29:45 -0700 Subject: s4: Rename LIBCLI_NBT -> cli_nbt. --- libcli/nbt/wscript_build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libcli/nbt/wscript_build') diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build index 8602282ed7..ec2b473033 100644 --- a/libcli/nbt/wscript_build +++ b/libcli/nbt/wscript_build @@ -7,7 +7,7 @@ bld.SAMBA_SUBSYSTEM('NDR_NBT_BUF', ) -bld.SAMBA_LIBRARY('LIBCLI_NBT', +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', 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 cli_nbt popt POPT_SAMBA libnetif LIBCLI_RESOLVE' ) @@ -35,7 +35,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_NETLOGON', bld.SAMBA_PYTHON('python_netbios', source='pynbt.c', - public_deps='LIBCLI_NBT DYNCONFIG libsamba-hostconfig', + public_deps='cli_nbt DYNCONFIG libsamba-hostconfig', realname='samba/netbios.so' ) -- cgit