From 5e89574dceb80b170444631bcffdf02fc8f7af76 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 Jan 2011 23:16:42 +0100 Subject: s3-waf: remove RPCCLI_SPOOLSS subsystem. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Fri Jan 21 16:06:40 CET 2011 on sn-devel-104 --- source3/wscript_build | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index ef39d16574..46eb90f5f8 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1087,10 +1087,6 @@ bld.SAMBA_SUBSYSTEM('RPCCLI_LSA', source='../librpc/gen_ndr/cli_lsa.c', public_deps='RPC_NDR_LSA') -bld.SAMBA_SUBSYSTEM('RPCCLI_SPOOLSS', - source='../librpc/gen_ndr/cli_spoolss.c', - public_deps='RPC_NDR_SPOOLSS') - bld.SAMBA_SUBSYSTEM('LIBCLI_SAMR', source=LIBCLI_SAMR_SRC, deps='RPCCLI_SAMR') @@ -1105,7 +1101,7 @@ bld.SAMBA_SUBSYSTEM('LIBRPCCLI_NETLOGON', bld.SAMBA_SUBSYSTEM('LIBCLI_SPOOLSS', source=LIBCLI_SPOOLSS_SRC, - deps='RPCCLI_SPOOLSS') + deps='RPC_NDR_SPOOLSS') bld.SAMBA_SUBSYSTEM('RPC_CLIENT_SCHANNEL', source=RPC_CLIENT_SCHANNEL_SRC, -- cgit