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 /source4/libcli/wscript_build | |
parent | 3978422fe1cb2ac1736d7b991bf57418a4837cd1 (diff) | |
download | samba-6e670739003fc522b02327d033dc03fec13d3c29.tar.gz samba-6e670739003fc522b02327d033dc03fec13d3c29.tar.bz2 samba-6e670739003fc522b02327d033dc03fec13d3c29.zip |
waf: convert NDR_NBT into shared library.
Guenther
Diffstat (limited to 'source4/libcli/wscript_build')
-rw-r--r-- | source4/libcli/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index 7a26d477dc..1d59e69bd4 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -54,7 +54,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_RESOLVE', source='resolve/resolve.c', autoproto='resolve/proto.h', deps='roken', - public_deps='NDR_NBT LIBTSOCKET' + public_deps='ndr_nbt LIBTSOCKET' ) |