From: Timo Sirainen Date: Thu, 12 Feb 2026 21:10:08 +0000 (+0200) Subject: src: Makefile.am - Build lib-imap-storage after lib-storage X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;p=thirdparty%2Fdovecot%2Fcore.git src: Makefile.am - Build lib-imap-storage after lib-storage --- diff --git a/src/Makefile.am b/src/Makefile.am index 050933687e..53723f7d6e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,7 +39,6 @@ LIBDOVECOT_SUBDIRS = \ lib-smtp \ lib-pop3 \ lib-imap \ - lib-imap-storage \ lib-doveadm \ lib-var-expand-crypt @@ -55,6 +54,7 @@ SUBDIRS = \ lib-compression \ lib-index \ lib-storage \ + lib-imap-storage \ lib-dovecot-storage \ $(LIBSTORAGE_LUA) \ lib-imap-urlauth \