diff options
author | Michael Adam <obnox@samba.org> | 2008-01-20 23:44:33 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-21 08:49:11 +0100 |
commit | ea725473b3255082069b866bc9ecc49232642305 (patch) | |
tree | 481cbf97ee0c2482a62ebc8b3b18ab2d6cb8c17f | |
parent | 33f3eeaa00974860dfc45962d5fd34cf05396c76 (diff) | |
download | samba-ea725473b3255082069b866bc9ecc49232642305.tar.gz samba-ea725473b3255082069b866bc9ecc49232642305.tar.bz2 samba-ea725473b3255082069b866bc9ecc49232642305.zip |
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)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
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) \ |