From ea725473b3255082069b866bc9ecc49232642305 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 20 Jan 2008 23:44:33 +0100 Subject: reg_eventlog.o and reg_perfcount.o are no longer neede for reg_smbconf. This is an effect of the removal of the dynamic registry overlay. This is the beginning of a restructuring of registry linkage in Makefile.in. Michael (This used to be commit 7453e78a8e63aaaff57c1779d6b7cf0ec8fc263f) --- source3/Makefile.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index b32fc2fe77..fd2ded6ccd 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -739,8 +739,6 @@ REG_API_OBJ = registry/reg_api.o \ registry/reg_util.o \ \ registry/reg_cachehook.o \ - registry/reg_eventlog.o \ - registry/reg_perfcount.o \ \ lib/util_nttoken.o \ $(UTIL_REG_API_OBJ) \ -- cgit