diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-18 21:47:00 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-18 21:47:00 +1000 |
commit | 211bf1ea170966eb283e45339806ac45aec44d58 (patch) | |
tree | 1f08ffe0c2340cc5fadfcefcfcec3887cbe9c168 /libcli/nbt/wscript_build | |
parent | f8e3e5ce074ba08aefba3b4e7fe804c08687dbfa (diff) | |
download | samba-211bf1ea170966eb283e45339806ac45aec44d58.tar.gz samba-211bf1ea170966eb283e45339806ac45aec44d58.tar.bz2 samba-211bf1ea170966eb283e45339806ac45aec44d58.zip |
s4-waf: removed the unused installdir= option to SAMBA_BINARY()
This was left over from the automatic conversion of the config.mk
files
Diffstat (limited to 'libcli/nbt/wscript_build')
-rw-r--r-- | libcli/nbt/wscript_build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build index b85a5d7090..726b4c838c 100644 --- a/libcli/nbt/wscript_build +++ b/libcli/nbt/wscript_build @@ -16,7 +16,6 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_NBT', bld.SAMBA_BINARY('nmblookup', source='tools/nmblookup.c', manpages='man/nmblookup.1', - installdir='BINDIR', deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBCLI_NBT popt POPT_SAMBA LIBNETIF LIBCLI_RESOLVE' ) |