]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-imap-client: Link tests against lib-dovecot
authorStephan Bosch <stephan.bosch@open-xchange.com>
Sun, 5 Oct 2025 13:27:12 +0000 (15:27 +0200)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Thu, 9 Oct 2025 08:41:22 +0000 (08:41 +0000)
Prevents linking issues later. Also, since lib-imap-client is not in
lib-dovecot, it should not be linking to individual convenience libraries.

src/lib-imap-client/Makefile.am

index 0e4b7c6ea411471205de1e70446de3eae3b059fc..c54f8df713e6aac64e56b21d76e207aa1779a9ff 100644 (file)
@@ -34,22 +34,7 @@ noinst_PROGRAMS = $(test_programs)
 
 test_deps = \
        $(noinst_LTLIBRARIES) \
-       ../lib-ssl-iostream/libssl_iostream.la \
-       ../lib-sasl/libsasl.la \
-       ../lib-imap/libimap.la \
-       ../lib-mail/libmail.la \
-       ../lib-charset/libcharset.la \
-       ../lib-dns-client/libdns-client.la  \
-       ../lib-dns/libdns.la \
-       ../lib-auth/libauth.la \
-       ../lib-otp/libotp.la \
-       ../lib-json/libjson.la \
-       ../lib-settings/libsettings.la \
-       ../lib-dns/libdns.la \
-       ../lib-var-expand/libvar_expand.la \
-       ../lib-regex/libdregex.la \
-       ../lib-test/libtest.la \
-       ../lib/liblib.la
+       ../lib-dovecot/libdovecot.la
 
 test_libs = \
        $(test_deps) \