summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlibcli/nbt/wscript_build2
-rw-r--r--selftest/wscript4
-rwxr-xr-xsource3/wscript_build2
3 files changed, 4 insertions, 4 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build
index faf818ef53..f67ba91598 100755
--- a/libcli/nbt/wscript_build
+++ b/libcli/nbt/wscript_build
@@ -17,7 +17,7 @@ bld.SAMBA_LIBRARY('cli-nbt',
private_library=True
)
-bld.SAMBA_BINARY('nmblookup',
+bld.SAMBA_BINARY('nmblookup' + bld.env.suffix4,
source='tools/nmblookup.c',
manpages='man/nmblookup.1',
deps='samba-hostconfig samba-util cli-nbt popt POPT_SAMBA netif LIBCLI_RESOLVE'
diff --git a/selftest/wscript b/selftest/wscript
index 494f5d8322..563edfb524 100644
--- a/selftest/wscript
+++ b/selftest/wscript
@@ -110,8 +110,8 @@ def cmd_testonly(opt):
if o[0:1] != '_':
os.environ['TESTENV_%s' % o.upper()] = str(getattr(Options.options, o, ''))
- binary_mapping = ('nmblookup3:nmblookup3,' +
- 'nmblookup4:nmblookup,' +
+ binary_mapping = ('nmblookup3:nmblookup,' +
+ 'nmblookup4:nmblookup4,' +
'smbclient3:smbclient3,' +
'smbtorture4:smbtorture,' +
'ntlm_auth3:ntlm_auth3')
diff --git a/source3/wscript_build b/source3/wscript_build
index 02049e29ad..2edfee9c0c 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1364,7 +1364,7 @@ bld.SAMBA3_BINARY('smbget',
smbclient''',
vars=locals())
-bld.SAMBA3_BINARY('nmblookup' + bld.env.suffix3,
+bld.SAMBA3_BINARY('nmblookup',
source=NMBLOOKUP_SRC,
deps='''
talloc