]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
src: Makefile.am - Build lib-imap-storage after lib-storage main
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 12 Feb 2026 21:10:08 +0000 (23:10 +0200)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Fri, 13 Feb 2026 05:59:12 +0000 (07:59 +0200)
src/Makefile.am

index 050933687e596d52622dc5537ff1c0fe60fda641..53723f7d6e2f49b2d698585306fdb8ec0487c53a 100644 (file)
@@ -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 \