summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/config.mk
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-12-23 16:05:05 -0600
committerStefan Metzmacher <metze@samba.org>2007-12-24 01:51:02 -0600
commit784c22899f211fa42728e784c2f2e6e5701ddcac (patch)
treefd3065b1449fe0c662b52cdbfd7b1a3c7aca2997 /source4/lib/ldb/config.mk
parent9c32358ac781098b9ae70e6183e4bad3831a2249 (diff)
downloadsamba-784c22899f211fa42728e784c2f2e6e5701ddcac.tar.gz
samba-784c22899f211fa42728e784c2f2e6e5701ddcac.tar.bz2
samba-784c22899f211fa42728e784c2f2e6e5701ddcac.zip
r26569: Jelmer tells me that ldb must inevitably be build as a shared library,
otherwise it will break. Sorry for breaking Samba4. I will have to look how we can fix Samba3 :-((( (This used to be commit c1dd0af1642d7b15c623a76c13c3cf98fb3bd3da)
Diffstat (limited to 'source4/lib/ldb/config.mk')
-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)