From 42641d6321ca88efa07137af5ed17c3a17e9dcbf Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 21 Jan 2008 00:32:01 +0100 Subject: Extend/fix comments. Michael (This used to be commit 4952417fca89f5d797c861cde9fe74050ae02e2f) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 674dd2aa40..df0c99d851 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -434,7 +434,7 @@ REGISTRY_BACKENDS = registry/reg_backend_printing.o \ registry/reg_backend_perflib.o -REGISTRY_OBJ = registry/reg_frontend.o registry/reg_cachehook.o \ +REGISTRY_OBJ = registry/reg_init_full.o registry/reg_cachehook.o \ registry/reg_eventlog.o \ registry/reg_util.o registry/reg_perfcount.o \ registry/reg_util_legacy.o \ -- cgit