From 24c51a7d2a3e6cdcf8cf55278d3e4151b7271d3b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 Jan 2011 23:16:24 +0100 Subject: s3-build: remove RPCCLI_SPOOLSS subsystem. Guenther --- source3/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 1ebc57960f..d92224ef55 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -342,8 +342,7 @@ LIBNDR_PREG_OBJ = librpc/gen_ndr/ndr_preg.o \ LIBNDR_XATTR_OBJ = librpc/gen_ndr/ndr_xattr.o \ ../librpc/ndr/ndr_xattr.o -LIBCLI_SPOOLSS_OBJ = librpc/gen_ndr/cli_spoolss.o \ - librpc/gen_ndr/ndr_spoolss_c.o \ +LIBCLI_SPOOLSS_OBJ = librpc/gen_ndr/ndr_spoolss_c.o \ rpc_client/cli_spoolss.o \ rpc_client/init_spoolss.o -- cgit