From 6e670739003fc522b02327d033dc03fec13d3c29 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 2 Nov 2011 18:05:59 +0100 Subject: waf: convert NDR_NBT into shared library. Guenther --- libcli/nbt/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/nbt/wscript_build') 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 ) -- cgit