summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-20 01:00:14 +0100
committerMichael Adam <obnox@samba.org>2008-01-20 02:03:40 +0100
commit949a88ee2f1163605a73a28920190c11c25e4609 (patch)
tree2eb6f900d650a732ea8c46a7c675d966a93c0ded /source3/Makefile.in
parentb4e3c752722f6e7d143caa810ce0f8eb9c8d12c9 (diff)
downloadsamba-949a88ee2f1163605a73a28920190c11c25e4609.tar.gz
samba-949a88ee2f1163605a73a28920190c11c25e4609.tar.bz2
samba-949a88ee2f1163605a73a28920190c11c25e4609.zip
Add a registry backend hkpt_params that replaces the former dynamic overlay.
Michael (This used to be commit 8e8bb6ba120adf9942f612b7fd89bdbced6c1285)
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 7416ee2b3c..0def36dd64 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -421,6 +421,7 @@ REGISTRY_OBJ = registry/reg_frontend.o registry/reg_cachehook.o registry/reg_pri
registry/reg_backend_netlogon_params.o \
registry/reg_backend_prod_options.o \
registry/reg_backend_tcpip_params.o \
+ registry/reg_backend_hkpt_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