diff --git a/lib/otp/Makefile.am b/lib/otp/Makefile.am index e58d15f21..b2330eaf2 100644 --- a/lib/otp/Makefile.am +++ b/lib/otp/Makefile.am @@ -8,7 +8,8 @@ noinst_PROGRAMS = otptest otptest_LDADD = libotp.la \ $(top_builddir)/lib/des/libdes.la \ - $(top_builddir)/lib/roken/libroken.la + $(top_builddir)/lib/roken/libroken.la \ + $(DBLIB) lib_LTLIBRARIES = libotp.la