summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2011-10-14 10:57:11 +0200
committerMichael Adam <obnox@samba.org>2011-12-03 03:48:31 +0100
commit789aa9aab2b99ae1466a67e3f505abbc67a3e7cb (patch)
tree4236f5e8b3c86f3acca8b81ba9f7abed4e938e06 /source3/Makefile.in
parent5bc44491d2c28db0a100f4e34f306dbabf84bb55 (diff)
downloadsamba-789aa9aab2b99ae1466a67e3f505abbc67a3e7cb.tar.gz
samba-789aa9aab2b99ae1466a67e3f505abbc67a3e7cb.tar.bz2
samba-789aa9aab2b99ae1466a67e3f505abbc67a3e7cb.zip
s3:registry: do not use regdb functions during db upgrade
It is importante to not use the database backend implementation in the upgrade. Otherwise this would only work as long as this is the newset version. In future versions of the registry, this (then) intermediate upgrade step would change in behaviour and not work as expected any more. Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 62504fd941..3cdf9b651f 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -682,6 +682,8 @@ REG_BASE_OBJ = registry/reg_api.o \
registry/reg_util_internal.o \
lib/util_nttoken.o \
$(REG_BACKENDS_BASE_OBJ) \
+ registry/reg_parse_internal.o \
+ lib/cbuf.o lib/srprs.o \
$(REG_INIT_BASIC_OBJ)
REG_SMBCONF_OBJ = $(REG_BASE_OBJ) \
@@ -1219,8 +1221,8 @@ NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_help.o \
rpc_client/init_netlogon.o \
rpc_client/init_samr.o \
registry/reg_parse.o registry/reg_format.o \
- registry/reg_parse_internal.o registry/reg_import.o \
- lib/cbuf.o lib/srprs.o printing/nt_printing_migrate.o
+ registry/reg_import.o \
+ printing/nt_printing_migrate.o
# these are not processed by make proto
NET_OBJ2 = utils/net_registry_util.o utils/net_help_common.o