summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-20 03:45:40 +0100
committerMichael Adam <obnox@samba.org>2008-01-20 03:47:37 +0100
commite45dacce898021bbce0ba5b2c18dc8e103931e51 (patch)
tree2319f508440c5dfa240435e4b1f9386bf325873e /source3/Makefile.in
parentc16b74cc861c031fda34ea131dadc9d4e175a8ed (diff)
downloadsamba-e45dacce898021bbce0ba5b2c18dc8e103931e51.tar.gz
samba-e45dacce898021bbce0ba5b2c18dc8e103931e51.tar.bz2
samba-e45dacce898021bbce0ba5b2c18dc8e103931e51.zip
Remove the dynamic registry overlay.
It is unnecessary now the dynamic functions have been made registry backends of their own. Michael (This used to be commit e327953bd6b11aeb6f2ae48b49550a942eae8e88)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 1dcf75847f..b32fc2fe77 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -415,7 +415,7 @@ REGOBJS_OBJ = registry/reg_objects.o
REGISTRY_OBJ = registry/reg_frontend.o registry/reg_cachehook.o registry/reg_printing.o \
registry/reg_db.o registry/reg_eventlog.o registry/reg_shares.o \
- registry/reg_util.o registry/reg_dynamic.o registry/reg_perfcount.o \
+ registry/reg_util.o registry/reg_perfcount.o \
registry/reg_smbconf.o registry/reg_api.o \
registry/reg_frontend_hilvl.o \
registry/reg_backend_netlogon_params.o \
@@ -741,7 +741,6 @@ REG_API_OBJ = registry/reg_api.o \
registry/reg_cachehook.o \
registry/reg_eventlog.o \
registry/reg_perfcount.o \
- registry/reg_dynamic.o \
\
lib/util_nttoken.o \
$(UTIL_REG_API_OBJ) \