diff options
author | Günther Deschner <gd@samba.org> | 2011-11-02 18:05:59 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-11-03 18:35:09 +0100 |
commit | 6e670739003fc522b02327d033dc03fec13d3c29 (patch) | |
tree | 7fa890638e7057f2a44b92b34b7da3617f2ee640 /libcli | |
parent | 3978422fe1cb2ac1736d7b991bf57418a4837cd1 (diff) | |
download | samba-6e670739003fc522b02327d033dc03fec13d3c29.tar.gz samba-6e670739003fc522b02327d033dc03fec13d3c29.tar.xz samba-6e670739003fc522b02327d033dc03fec13d3c29.zip |
waf: convert NDR_NBT into shared library.
Guenther
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/nbt/wscript_build | 2 | ||||
-rw-r--r-- | libcli/netlogon/wscript_build | 2 |
2 files changed, 2 insertions, 2 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 ) diff --git a/libcli/netlogon/wscript_build b/libcli/netlogon/wscript_build index ad37c0c325..ab49599f75 100644 --- a/libcli/netlogon/wscript_build +++ b/libcli/netlogon/wscript_build @@ -2,5 +2,5 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_NETLOGON', source='netlogon.c', - public_deps='samba-util NDR_NBT' + public_deps='samba-util ndr_nbt' ) |