summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-01-27 19:22:02 +0100
committerGünther Deschner <gd@samba.org>2011-02-07 12:32:00 +0100
commit22ea2933818824eb6cf2d760fc474922ca8bbe2c (patch)
tree5eacbe46dcbdd636862e623785f83b6cbe8cbe89 /source3/Makefile.in
parent75abfa6f949bcc2e472ae19084fa3309025caa1d (diff)
downloadsamba-22ea2933818824eb6cf2d760fc474922ca8bbe2c.tar.gz
samba-22ea2933818824eb6cf2d760fc474922ca8bbe2c.tar.bz2
samba-22ea2933818824eb6cf2d760fc474922ca8bbe2c.zip
s3-rpc_server: Added a winreg based eventlog registry init.
This enumerates the keys first and only creates them if they don't exist yet. Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 294faf1447..d6753f13a6 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -704,6 +704,7 @@ RPC_SPOOLSS_OBJ = rpc_server/srv_spoolss_nt.o \
librpc/gen_ndr/srv_spoolss.o
RPC_EVENTLOG_OBJ = rpc_server/srv_eventlog_nt.o \
+ rpc_server/srv_eventlog_reg.o \
$(LIB_EVENTLOG_OBJ) librpc/gen_ndr/srv_eventlog.o
NPA_TSTREAM_OBJ = ../libcli/named_pipe_auth/npa_tstream.o \