From: Timo Sirainen Date: Wed, 3 Sep 2025 13:57:03 +0000 (+0300) Subject: doveadm: Link test programs against the whole libdovecot X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5beff56913f57c42597687e871109e095738946c;p=thirdparty%2Fdovecot%2Fcore.git doveadm: Link test programs against the whole libdovecot Needed for the following commit. --- diff --git a/src/doveadm/Makefile.am b/src/doveadm/Makefile.am index 820b5f651c..dfdea3ff3a 100644 --- a/src/doveadm/Makefile.am +++ b/src/doveadm/Makefile.am @@ -183,10 +183,8 @@ test_programs = \ test-doveadm-util noinst_PROGRAMS = $(test_programs) -test_libs = \ - ../lib-test/libtest.la \ - ../lib/liblib.la -test_deps = $(noinst_LTLIBRARIES) $(test_libs) +test_libs = $(LIBDOVECOT) +test_deps = $(noinst_LTLIBRARIES) $(LIBDOVECOT_DEPS) test_doveadm_cmd_SOURCES = doveadm-cmd-parse.c test-doveadm-cmd-parse.c test_doveadm_cmd_LDADD = $(test_libs) $(MODULE_LIBS)