Author: jelmer Date: 2007-12-17 04:22:36 +0000 (Mon, 17 Dec 2007) New Revision: 26482
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26482 Log: 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... Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/lib/ldb/config.mk Changeset: Property changes on: branches/SAMBA_4_0 ___________________________________________________________________ Name: bzr:revision-info ...skipped... Name: bzr:revision-id:v3-trunk0 ...skipped... Modified: branches/SAMBA_4_0/source/lib/ldb/config.mk =================================================================== --- branches/SAMBA_4_0/source/lib/ldb/config.mk 2007-12-17 03:35:59 UTC (rev 26481) +++ branches/SAMBA_4_0/source/lib/ldb/config.mk 2007-12-17 04:22:36 UTC (rev 26482) @@ -128,6 +128,7 @@ [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)
