diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-16 16:02:47 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-16 16:02:47 +0100 |
commit | e4af554c5627d8c3e20cc451da092c09f2489295 (patch) | |
tree | 41ab094d488e3ea377f2bb51ac28d0bb40d33839 /source4/lib | |
parent | 5214f5a81f3811484ca6aa87cbad30e1aca5aeed (diff) | |
download | samba-e4af554c5627d8c3e20cc451da092c09f2489295.tar.gz samba-e4af554c5627d8c3e20cc451da092c09f2489295.tar.bz2 samba-e4af554c5627d8c3e20cc451da092c09f2489295.zip |
Revert "Allow LDB to be a static library again."
This reverts commit 16fd90d7a99ae8eaf2accf3c8b3ec55b2223f9cd.
(This used to be commit 9166e48944819041ed5db6dbd432fc660660c5ce)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/ldb/ldb_ildap/config.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index 9e407fe731..75ce89d6cf 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 PC_FILE = ldb.pc INIT_FUNCTION_TYPE = int (*) (void) diff --git a/source4/lib/ldb/ldb_ildap/config.mk b/source4/lib/ldb/ldb_ildap/config.mk index 4a818ee96c..01d9ec88ff 100644 --- a/source4/lib/ldb/ldb_ildap/config.mk +++ b/source4/lib/ldb/ldb_ildap/config.mk @@ -3,6 +3,7 @@ [MODULE::ldb_ildap] SUBSYSTEM = LIBLDB CFLAGS = -Ilib/ldb/include +OUTPUT_TYPE = SHARED_LIBRARY PRIVATE_DEPENDENCIES = LIBTALLOC LIBCLI_LDAP CREDENTIALS INIT_FUNCTION = ldb_ildap_init ALIASES = ldapi ldaps ldap |