Revamp cf/db.m4; test LMDB

This commit is contained in:
Nicolas Williams
2015-06-01 11:48:31 -05:00
parent 76c26281a7
commit c6f24e99f0
18 changed files with 111 additions and 64 deletions

View File

@@ -21,14 +21,14 @@ libotp_la_LIBADD = $(LIB_hcrypto) $(LIB_roken)
if HAVE_DB1
ndbm_wrap = ndbm_wrap.c ndbm_wrap.h
libotp_la_LIBADD += $(LIB_db_create)
libotp_la_LIBADD += $(DB1LIB)
else
if HAVE_DB3
ndbm_wrap = ndbm_wrap.c ndbm_wrap.h
libotp_la_LIBADD += $(LIB_db_create)
libotp_la_LIBADD += $(DB3LIB)
else
ndbm_wrap =
libotp_la_LIBADD += $(LIB_NDBM)
libotp_la_LIBADD += $(NDBMLIB)
endif
endif