From 75b1a23a943977887aa6a36a0b4e1a09bcda75d0 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 12 Feb 2026 23:10:08 +0200 Subject: [PATCH] src: Makefile.am - Build lib-imap-storage after lib-storage --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.3