summaryrefslogtreecommitdiff
path: root/source4/lib/samba3/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-25 22:29:55 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:34:35 -0500
commitc9d3763bfc92b7e99565065fb44b03c47f1f1a0d (patch)
tree6cf5d04cacdd6235ab0b4b24830ee0622c5bc261 /source4/lib/samba3/config.mk
parent69fb6840637e07318914d632571c8481f3573461 (diff)
downloadsamba-c9d3763bfc92b7e99565065fb44b03c47f1f1a0d.tar.gz
samba-c9d3763bfc92b7e99565065fb44b03c47f1f1a0d.tar.bz2
samba-c9d3763bfc92b7e99565065fb44b03c47f1f1a0d.zip
r9623: samba3dump now generates LDIF for the registry hives from registry.tdb
couple of other small fixes (This used to be commit 06bc5d8e0950dd85b6f26a1355fa0a2ae178d30f)
Diffstat (limited to 'source4/lib/samba3/config.mk')
-rw-r--r--source4/lib/samba3/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk
index 79142e4f67..eba694c2af 100644
--- a/source4/lib/samba3/config.mk
+++ b/source4/lib/samba3/config.mk
@@ -12,7 +12,8 @@ ADD_OBJ_FILES = \
lib/samba3/registry.o \
lib/samba3/secrets.o \
lib/samba3/ldb_samba3.o \
- lib/samba3/share_info.o
+ lib/samba3/share_info.o \
+ lib/samba3/upgrade.o
# End SUBSYSTEM LIBSAMBA3
################################################