Second attempt to make DB selection saner.
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
6a836fc939
commit
9cbe3298d7
@@ -16,11 +16,15 @@ lib_LTLIBRARIES = libotp.la
|
||||
libotp_la_LDFLAGS = -version-info 1:5:1
|
||||
libotp_la_LIBADD = $(LIB_hcrypto) $(LIB_roken) $(LIB_NDBM)
|
||||
|
||||
if HAVE_DB1
|
||||
ndbm_wrap = ndbm_wrap.c ndbm_wrap.h
|
||||
else
|
||||
if HAVE_DB3
|
||||
ndbm_wrap = ndbm_wrap.c ndbm_wrap.h
|
||||
else
|
||||
ndbm_wrap =
|
||||
endif
|
||||
endif
|
||||
|
||||
dist_libotp_la_SOURCES = \
|
||||
otp.c \
|
||||
|
Reference in New Issue
Block a user