]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: Rename non-standard SASL mech-* source files to auth-sasl-mech-*
authorStephan Bosch <stephan.bosch@open-xchange.com>
Thu, 5 Oct 2023 17:03:36 +0000 (19:03 +0200)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Thu, 9 Oct 2025 08:41:22 +0000 (08:41 +0000)
src/auth/Makefile.am
src/auth/auth-sasl-mech-apop.c [moved from src/auth/mech-apop.c with 100% similarity]
src/auth/auth-sasl-mech-dovecot-token.c [moved from src/auth/mech-dovecot-token.c with 100% similarity]

index 75bdd9272d44b8b73a6e9f0e54462a1e3c904c48..a13f7198108b714b7d6e6e5f9d07faa34cd3e0af 100644 (file)
@@ -106,6 +106,8 @@ auth_common_sources = \
        auth-request-fields.c \
        auth-request-handler.c \
        auth-request-var-expand.c \
+       auth-sasl-mech-apop.c \
+       auth-sasl-mech-dovecot-token.c \
        auth-sasl.c \
        auth-settings.c \
        auth-fields.c \
@@ -116,8 +118,6 @@ auth_common_sources = \
        db-sql.c \
        db-passwd-file.c \
        mech.c \
-       mech-apop.c \
-       mech-dovecot-token.c \
        ${sasl_sources} \
        passdb.c \
        passdb-blocking.c \