]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
quota: Link tests to lib-storage
authorStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 17 Jan 2025 01:42:47 +0000 (02:42 +0100)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Wed, 26 Feb 2025 10:45:00 +0000 (10:45 +0000)
src/plugins/quota/Makefile.am

index cf6a098757d1b6132c1ba3d53c28074d0260f314..14e5c7027a5a08210f97ba213fb5a79be82b930b 100644 (file)
@@ -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)