diff options
author | Günther Deschner <gd@samba.org> | 2011-07-05 11:29:37 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-07-07 18:06:01 +0200 |
commit | a0fc64a88ee6f1f45d4c2b95d6773eccab50ebb4 (patch) | |
tree | c13e863b3ec2976d76a43833d2f14278291a80cb | |
parent | 43cf3a28dc539351da8a316e0e52a8292ec40cc7 (diff) | |
download | samba-a0fc64a88ee6f1f45d4c2b95d6773eccab50ebb4.tar.gz samba-a0fc64a88ee6f1f45d4c2b95d6773eccab50ebb4.tar.bz2 samba-a0fc64a88ee6f1f45d4c2b95d6773eccab50ebb4.zip |
s3-waf: make LIBCLI_SPOOLSS a shared library
Guenther
Pair-Programmed-With: David Disseldorp <ddiss@suse.de>
-rwxr-xr-x | source3/wscript_build | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index dc5fa8fdf7..2a246e8bc4 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1078,9 +1078,10 @@ bld.SAMBA3_SUBSYSTEM('LIBRPCCLI_NETLOGON', source=LIBRPCCLI_NETLOGON_SRC, deps='RPC_NDR_NETLOGON') -bld.SAMBA3_SUBSYSTEM('LIBCLI_SPOOLSS', - source=LIBCLI_SPOOLSS_SRC, - deps='RPC_NDR_SPOOLSS') +bld.SAMBA3_LIBRARY('LIBCLI_SPOOLSS', + source=LIBCLI_SPOOLSS_SRC, + deps='RPC_NDR_SPOOLSS param SECRETS3', + private_library=True) bld.SAMBA3_SUBSYSTEM('LIBCLI_WINREG', source=LIBCLI_WINREG_SRC, |