summaryrefslogtreecommitdiff
path: root/libcli/nbt
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-21 10:14:54 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-22 02:51:09 +0100
commit9aa85b6e30a226cf7f1d811d2c7742d2eb308417 (patch)
treea79e523815ee0afe98b7f0e09b3c1f59317ca4ca /libcli/nbt
parentb59aa0826151b2f45947f49f0998155100bcef9d (diff)
downloadsamba-9aa85b6e30a226cf7f1d811d2c7742d2eb308417.tar.gz
samba-9aa85b6e30a226cf7f1d811d2c7742d2eb308417.tar.bz2
samba-9aa85b6e30a226cf7f1d811d2c7742d2eb308417.zip
s3-waf: use common libcli/nbt build rules
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'libcli/nbt')
-rw-r--r--libcli/nbt/wscript_build13
1 files changed, 6 insertions, 7 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build
index a3c22dca07..7e3047079a 100644
--- a/libcli/nbt/wscript_build
+++ b/libcli/nbt/wscript_build
@@ -7,14 +7,13 @@ bld.SAMBA_SUBSYSTEM('NDR_NBT_BUF',
)
-bld.SAMBA_LIBRARY('cli-nbt',
- source='lmhosts.c nbtsocket.c namequery.c nameregister.c namerefresh.c namerelease.c dns_hosts_file.c',
- public_deps='ndr NDR_NBT tevent UTIL_TEVENT NDR_SECURITY samba_socket samba-util',
- private_library=True
- )
-
-
if bld.env._SAMBA_BUILD_ == 4:
+ bld.SAMBA_LIBRARY('cli-nbt',
+ source='lmhosts.c nbtsocket.c namequery.c nameregister.c namerefresh.c namerelease.c dns_hosts_file.c',
+ public_deps='ndr NDR_NBT tevent UTIL_TEVENT NDR_SECURITY samba_socket samba-util',
+ private_library=True
+ )
+
bld.SAMBA_BINARY('nmblookup',
source='tools/nmblookup.c',
manpages='man/nmblookup.1',