From: Timo Sirainen Date: Wed, 1 Oct 2025 06:53:41 +0000 (+0300) Subject: lib-auth: Link libauth to libotp dependency X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8700c2635cf527f7884960ba02271bd0497d4d3;p=thirdparty%2Fdovecot%2Fcore.git lib-auth: Link libauth to libotp dependency --- diff --git a/src/lib-auth/Makefile.am b/src/lib-auth/Makefile.am index 65a08adcec..c12184d852 100644 --- a/src/lib-auth/Makefile.am +++ b/src/lib-auth/Makefile.am @@ -50,6 +50,7 @@ noinst_PROGRAMS = $(test_programs) test_libs = \ $(noinst_LTLIBRARIES) \ + ../lib-otp/libotp.la \ ../lib-test/libtest.la \ ../lib/liblib.la \ $(MODULE_LIBS)