From f01ff4c6458044803e18fe79a633a0e528f35463 Mon Sep 17 00:00:00 2001 From: ak1 Date: Tue, 25 Jan 2005 06:47:21 +0000 Subject: [PATCH] git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@33 e385b8ad-14ed-0310-8656-cc95a2468c6d --- imap/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/imap/Makefile.in b/imap/Makefile.in index b3a1497..cabfb98 100644 --- a/imap/Makefile.in +++ b/imap/Makefile.in @@ -174,9 +174,9 @@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = foreign @USE_GSS_TRUE@GSSSOURCES = auth_gss.c -@USE_SASL_FALSE@AUTHENTICATORS = auth_anon.c auth_cram.c @USE_SASL_TRUE@AUTHENTICATORS = auth_sasl.c +@USE_SASL_FALSE@AUTHENTICATORS = auth_anon.c auth_cram.c EXTRA_DIST = BUGS README TODO auth_anon.c auth_cram.c auth_gss.c auth_sasl.c @@ -198,8 +198,8 @@ LIBRARIES = $(noinst_LIBRARIES) libimap_a_AR = $(AR) cru libimap_a_LIBADD = am__libimap_a_SOURCES_DIST = auth.c auth_login.c browse.c command.c \ - imap.c imap.h message.c utf7.c util.c auth_anon.c auth_cram.c \ - auth_sasl.c auth_gss.c + imap.c imap.h message.c utf7.c util.c auth_sasl.c auth_anon.c \ + auth_cram.c auth_gss.c @USE_SASL_TRUE@am__objects_1 = auth_sasl.$(OBJEXT) @USE_SASL_FALSE@am__objects_1 = auth_anon.$(OBJEXT) auth_cram.$(OBJEXT) @USE_GSS_TRUE@am__objects_2 = auth_gss.$(OBJEXT) -- 2.20.1