From f1d5cea322f26aae23ee5fb57207648ec15f8218 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 31 Jan 2011 16:40:16 +0100 Subject: s3-rpc_server: Added a winreg based svcctl registry init. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 92687f0ba2..27de07eb0b 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -687,6 +687,7 @@ RPC_WKSSVC_OBJ = librpc/gen_ndr/srv_wkssvc.o \ rpc_server/srv_wkssvc_nt.o RPC_SVCCTL_OBJ = rpc_server/srv_svcctl_nt.o \ + rpc_server/srv_svcctl_reg.o \ librpc/gen_ndr/srv_svcctl.o \ services/svc_winreg_glue.o \ services/svc_spoolss.o services/svc_rcinit.o \ -- cgit