summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-18 09:40:42 +0100
committerMichael Adam <obnox@samba.org>2008-01-18 09:40:57 +0100
commit60fbc7e4f03bff29ad548c1e8640e6fde23ace2a (patch)
tree987c2ac713a3ca60dcd421f0f505172f8d9b805b /source3/Makefile.in
parent1ea809383ef310f442bae7b5d4591f9aa655ad60 (diff)
downloadsamba-60fbc7e4f03bff29ad548c1e8640e6fde23ace2a.tar.gz
samba-60fbc7e4f03bff29ad548c1e8640e6fde23ace2a.tar.bz2
samba-60fbc7e4f03bff29ad548c1e8640e6fde23ace2a.zip
Add a registry backend netlogon_params that replaces the former dynamic overlay.
This is the first step in replacing the dynamic overlays by proper backends implementing REGISTRY_OPS. Michael (This used to be commit e8a0524961d81fa83e0316905dc9d215e4aa7656)
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 227650027a..45aa4cbc37 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -417,6 +417,7 @@ REGISTRY_OBJ = registry/reg_frontend.o registry/reg_cachehook.o registry/reg_pri
registry/reg_util.o registry/reg_dynamic.o registry/reg_perfcount.o \
registry/reg_smbconf.o registry/reg_api.o \
registry/reg_frontend_hilvl.o \
+ registry/reg_backend_netlogon_params.o \
$(UTIL_REG_API_OBJ) $(UTIL_REG_SMBCONF_OBJ)
RPC_LSA_OBJ = rpc_server/srv_lsa.o rpc_server/srv_lsa_nt.o librpc/gen_ndr/srv_lsa.o