view src/lib-imap/Makefile.am @ 119:2f67de235489 HEAD

Whops, we were using RFC822 dates everywhere instead of IMAP dates.
author Timo Sirainen <tss@iki.fi>
date Mon, 02 Sep 2002 22:08:47 +0300
parents a4423c83b2b0
children 6f4eeb6a0a0d
line wrap: on
line source

noinst_LIBRARIES = libimap.a

INCLUDES = \
	-I$(top_srcdir)/src/lib \
	-I$(top_srcdir)/src/lib-mail

libimap_a_SOURCES = \
	imap-bodystructure.c \
	imap-date.c \
	imap-envelope.c \
	imap-match.c \
	imap-message-cache.c \
	imap-parser.c \
	imap-util.c

noinst_HEADERS = \
	imap-bodystructure.h \
	imap-date.h \
	imap-envelope.h \
	imap-match.h \
	imap-message-cache.h \
	imap-parser.h \
	imap-util.h