diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-20 12:17:18 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-20 12:17:18 +0100 |
commit | 7d7b74feb272a4cc00f68d1a343d14d17ff19fe6 (patch) | |
tree | 04515c1e8ac1f99ea028bb82f08cd4e34c76e79d | |
parent | 845664e94b7bc98f6e93be6d7ff2a141d9d9e192 (diff) | |
download | samba-7d7b74feb272a4cc00f68d1a343d14d17ff19fe6.tar.gz samba-7d7b74feb272a4cc00f68d1a343d14d17ff19fe6.tar.bz2 samba-7d7b74feb272a4cc00f68d1a343d14d17ff19fe6.zip |
Allow building ldb as static library again \o/
(This used to be commit a57adcfdd32fa9516eb092f7568e213347c583d7)
-rw-r--r-- | source4/lib/ldb/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index b44a317a70..6027acd0c7 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -127,7 +127,6 @@ 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 = extern const struct ldb_module_ops |