]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Remove libimap-storage.la from LIBDOVECOT_STORAGE*
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 12 Feb 2026 21:08:11 +0000 (23:08 +0200)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Fri, 13 Feb 2026 05:59:12 +0000 (07:59 +0200)
It's already included in libdovecot-storage.la

configure.ac

index 1e3e0bcc5e07b789006287bdec31b1749a534915..4c4608d99df01ebd91e45d98844f9265bc74cf5d 100644 (file)
@@ -612,7 +612,7 @@ LIBDOVECOT_LUA=''
 if test "$want_shared_libs" = "yes"; then
   LIBDOVECOT_DEPS='$(top_builddir)/src/lib-dovecot/libdovecot.la'
   LIBDOVECOT="$LIBDOVECOT_DEPS \$(MODULE_LIBS) \$(LIBPCRE_LIBS)"
-  LIBDOVECOT_STORAGE_DEPS='$(top_builddir)/src/lib-storage/libdovecot-storage.la $(top_builddir)/src/lib-imap-storage/libimap-storage.la'
+  LIBDOVECOT_STORAGE_DEPS='$(top_builddir)/src/lib-storage/libdovecot-storage.la'
   LIBDOVECOT_LOGIN='$(top_builddir)/src/login-common/libdovecot-login.la'
   LIBDOVECOT_LDA='$(top_builddir)/src/lib-lda/libdovecot-lda.la'
   if test $want_lua != no; then