From: Stephan Bosch Date: Fri, 17 Jan 2025 01:42:47 +0000 (+0100) Subject: quota: Link tests to lib-storage X-Git-Tag: 2.4.1~153 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d6834f10c4520cc856feeb1d5e28390622e028d;p=thirdparty%2Fdovecot%2Fcore.git quota: Link tests to lib-storage --- 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)