summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-17 04:22:36 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:50:39 +0100
commit20a6fcf726d6e0ed656f0e26977eef6be8b8b862 (patch)
tree47ce779e76da3a05f9bb9661f15ef5db4e3b4279
parentcb62bbbb7c2ee542a3a5f978ed25e501825a44d7 (diff)
downloadsamba-20a6fcf726d6e0ed656f0e26977eef6be8b8b862.tar.gz
samba-20a6fcf726d6e0ed656f0e26977eef6be8b8b862.tar.bz2
samba-20a6fcf726d6e0ed656f0e26977eef6be8b8b862.zip
r26482: Use shared library version of ldb, to make sure not every module ends up with its own private copy of ldb with its own list of modules...
(This used to be commit ef029d950cb056b4b831e1ca0f6789484f262093)
-rw-r--r--source4/lib/ldb/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk
index 203bd612b6..a3b10a22d5 100644
--- a/source4/lib/ldb/config.mk
+++ b/source4/lib/ldb/config.mk
@@ -128,6 +128,7 @@ PRIVATE_DEPENDENCIES = \
[LIBRARY::LIBLDB]
VERSION = 0.0.1
SO_VERSION = 0
+OUTPUT_TYPE = SHARED_LIBRARY
CFLAGS = -Ilib/ldb/include
DESCRIPTION = LDAP-like embedded database library
INIT_FUNCTION_TYPE = int (*) (void)