From: Thomas Roessler Date: Sun, 5 Sep 1999 08:34:06 +0000 (+0000) Subject: include message.c with the IMAP library. X-Git-Tag: mutt-0-96-7-rel~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c07b590d076a359133e5d0d824e942558119aa9b;p=mutt include message.c with the IMAP library. --- diff --git a/imap/Makefile.am b/imap/Makefile.am index 70ed6542..f4744300 100644 --- a/imap/Makefile.am +++ b/imap/Makefile.am @@ -5,4 +5,5 @@ AUTOMAKE_OPTIONS = foreign noinst_LIBRARIES = libimap.a noinst_HEADERS = imap_private.h imap_socket.h md5.h -libimap_a_SOURCES = imap.c imap.h auth.c browse.c md5c.c socket.c +libimap_a_SOURCES = imap.c imap.h auth.c browse.c md5c.c socket.c \ + message.c