mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
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 ef029d950c
)
This commit is contained in:
parent
cb62bbbb7c
commit
20a6fcf726
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user