From 9d6834f10c4520cc856feeb1d5e28390622e028d Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Fri, 17 Jan 2025 02:42:47 +0100 Subject: [PATCH] quota: Link tests to lib-storage --- src/plugins/quota/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/plugins/quota/Makefile.am b/src/plugins/quota/Makefile.am index cf6a098757..14e5c7027a 100644 --- a/src/plugins/quota/Makefile.am +++ b/src/plugins/quota/Makefile.am @@ -122,9 +122,11 @@ test_programs = \ noinst_PROGRAMS = $(test_programs) test_libs = \ - ../../lib-test/libtest.la \ - ../../lib/liblib.la -test_deps = $(noinst_LTLIBRARIES) $(test_libs) + $(LIBDOVECOT_STORAGE) \ + $(LIBDOVECOT) +test_deps = $(noinst_LTLIBRARIES) \ + $(LIBDOVECOT_STORAGE_DEPS) \ + $(LIBDOVECOT_DEPS) test_quota_util_SOURCES = test-quota-util.c test_quota_util_LDADD = quota-util.lo $(test_libs) -- 2.47.3