summaryrefslogtreecommitdiff
path: root/source4/param/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-29 16:01:08 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:49 +0100
commitcef98aaf276ba16def3fd2cd4a7e432dd1a1cb4c (patch)
treea722ed14be9bd785f910eee23738e2ecf22b526e /source4/param/config.mk
parent035e0853e299b63dfe3e5ccc9716fa2466ab306e (diff)
downloadsamba-cef98aaf276ba16def3fd2cd4a7e432dd1a1cb4c.tar.gz
samba-cef98aaf276ba16def3fd2cd4a7e432dd1a1cb4c.tar.bz2
samba-cef98aaf276ba16def3fd2cd4a7e432dd1a1cb4c.zip
r26203: Avoid using ldb_wrap for secrets database.
(This used to be commit b45093f01fc71714e14422a80a81cf1cc25df3e2)
Diffstat (limited to 'source4/param/config.mk')
-rw-r--r--source4/param/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/config.mk b/source4/param/config.mk
index 17a49eeef6..24feec12bd 100644
--- a/source4/param/config.mk
+++ b/source4/param/config.mk
@@ -47,4 +47,4 @@ PRIVATE_DEPENDENCIES = LIBLDB
[SUBSYSTEM::SECRETS]
OBJ_FILES = secrets.o
-PRIVATE_DEPENDENCIES = LDB_WRAP TDB_WRAP UTIL_TDB
+PRIVATE_DEPENDENCIES = LIBLDB TDB_WRAP UTIL_TDB