summaryrefslogtreecommitdiff
path: root/libcli/nbt
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-11-02 18:05:59 +0100
committerGünther Deschner <gd@samba.org>2011-11-03 18:35:09 +0100
commit6e670739003fc522b02327d033dc03fec13d3c29 (patch)
tree7fa890638e7057f2a44b92b34b7da3617f2ee640 /libcli/nbt
parent3978422fe1cb2ac1736d7b991bf57418a4837cd1 (diff)
downloadsamba-6e670739003fc522b02327d033dc03fec13d3c29.tar.gz
samba-6e670739003fc522b02327d033dc03fec13d3c29.tar.bz2
samba-6e670739003fc522b02327d033dc03fec13d3c29.zip
waf: convert NDR_NBT into shared library.
Guenther
Diffstat (limited to 'libcli/nbt')
-rw-r--r--libcli/nbt/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build
index b531dba469..a70db083e6 100644
--- a/libcli/nbt/wscript_build
+++ b/libcli/nbt/wscript_build
@@ -13,7 +13,7 @@ bld.SAMBA_SUBSYSTEM('lmhosts',
bld.SAMBA_LIBRARY('cli-nbt',
source='nbtsocket.c namequery.c nameregister.c namerefresh.c namerelease.c',
- public_deps='ndr NDR_NBT tevent tevent-util NDR_SECURITY samba_socket samba-util lmhosts',
+ public_deps='ndr ndr_nbt tevent tevent-util NDR_SECURITY samba_socket samba-util lmhosts',
private_library=True
)