summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-01-31 16:40:33 +0100
committerGünther Deschner <gd@samba.org>2011-02-07 12:32:01 +0100
commit96565db5f66f791968ed354fc8f39464ff0a7e5a (patch)
tree998a39f6de96ef7f320c0ff9fe57d5a8a1a0ad81 /source3/Makefile.in
parent1adbbeef32b71450b6c878ea34b431d19ea39523 (diff)
downloadsamba-96565db5f66f791968ed354fc8f39464ff0a7e5a.tar.gz
samba-96565db5f66f791968ed354fc8f39464ff0a7e5a.tar.bz2
samba-96565db5f66f791968ed354fc8f39464ff0a7e5a.zip
s3-services: Migrated svcctl registry functions to winreg.
This is a bigger commit. It moves the relevant function to svc_winreg_glue. We need to use them in the same commit else we have problems with prototypes in proto.h. Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index ad7690771b..92687f0ba2 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -688,7 +688,8 @@ RPC_WKSSVC_OBJ = librpc/gen_ndr/srv_wkssvc.o \
RPC_SVCCTL_OBJ = rpc_server/srv_svcctl_nt.o \
librpc/gen_ndr/srv_svcctl.o \
- services/svc_spoolss.o services/svc_rcinit.o services/services_db.o \
+ services/svc_winreg_glue.o \
+ services/svc_spoolss.o services/svc_rcinit.o \
services/svc_netlogon.o services/svc_winreg.o \
services/svc_wins.o