diff options
author | Michael Adam <obnox@samba.org> | 2012-05-30 13:09:57 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-05-31 04:46:06 +0200 |
commit | 52e1bba86164235ecaff7a6c9c5c2101fa06e863 (patch) | |
tree | 3e32659e59d0609fab46a6bec91acc704ddeef96 /libcli/nbt | |
parent | 0659a708e7cd3d4692f6585b20fcfe8f93b524e1 (diff) | |
download | samba-52e1bba86164235ecaff7a6c9c5c2101fa06e863.tar.gz samba-52e1bba86164235ecaff7a6c9c5c2101fa06e863.tar.xz samba-52e1bba86164235ecaff7a6c9c5c2101fa06e863.zip |
build: rename build targets nmblookup -> nmblookup4 and nmblookup3 -> nmblookup
Diffstat (limited to 'libcli/nbt')
-rwxr-xr-x | libcli/nbt/wscript_build | 2 |
1 files changed, 1 insertions, 1 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' |