summaryrefslogtreecommitdiffstats
path: root/imap
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-08-03 09:08:02 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-08-03 09:08:02 +0000
commit14c764862e179e182b4c2372766629c9b1183e8d (patch)
tree9f03d1b6f05a6df7cbfaac02dd7b4d5adba4b55a /imap
parentfa23c40ed6f370912630e88e452cd30f6d807da8 (diff)
automatic post-release commit for mutt-1.3.7mutt-1-3-7-rel
Diffstat (limited to 'imap')
-rw-r--r--imap/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/Makefile.am b/imap/Makefile.am
index 8f5c6486..9f5a6fa7 100644
--- a/imap/Makefile.am
+++ b/imap/Makefile.am
@@ -24,6 +24,6 @@ INCLUDES = -I$(top_srcdir) -I../intl
noinst_LIBRARIES = libimap.a
noinst_HEADERS = auth.h imap_private.h md5.h message.h $(SSLHEADERS)
-libimap_a_SOURCES = auth.c auth_anon.c auth_login.c c browse.c \
+libimap_a_SOURCES = auth.c auth_anon.c auth_login.c browse.c \
command.c imap.c imap.h md5c.c message.c utf7.c \
util.c $(GSSSOURCES) $(SASLSOURCES) $(CRAMSOURCES) $(SSLSOURCES)