summaryrefslogtreecommitdiffstats
path: root/imap
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-09-05 08:34:06 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-09-05 08:34:06 +0000
commitc07b590d076a359133e5d0d824e942558119aa9b (patch)
tree0c01f6ab0a30fe704dbb054572f14739100c8506 /imap
parente917808b05a800391d863632cd7883e1c4c13175 (diff)
include message.c with the IMAP library.
Diffstat (limited to 'imap')
-rw-r--r--imap/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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