summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/wscript_build7
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,