From: Stephan Bosch Date: Thu, 5 Oct 2023 17:03:36 +0000 (+0200) Subject: auth: Rename non-standard SASL mech-* source files to auth-sasl-mech-* X-Git-Tag: 2.4.2~300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a6e17dbbc77dff70d60c141b497bcedf485879d;p=thirdparty%2Fdovecot%2Fcore.git auth: Rename non-standard SASL mech-* source files to auth-sasl-mech-* --- diff --git a/src/auth/Makefile.am b/src/auth/Makefile.am index 75bdd9272d..a13f719810 100644 --- a/src/auth/Makefile.am +++ b/src/auth/Makefile.am @@ -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 \ diff --git a/src/auth/mech-apop.c b/src/auth/auth-sasl-mech-apop.c similarity index 100% rename from src/auth/mech-apop.c rename to src/auth/auth-sasl-mech-apop.c diff --git a/src/auth/mech-dovecot-token.c b/src/auth/auth-sasl-mech-dovecot-token.c similarity index 100% rename from src/auth/mech-dovecot-token.c rename to src/auth/auth-sasl-mech-dovecot-token.c