view src/lib-imap/Makefile.am @ 2796:fb7f862194b5 HEAD

Upgrades to autoconf 2.5 and automake >1.4.
author Timo Sirainen <tss@iki.fi>
date Thu, 21 Oct 2004 02:05:53 +0300
parents 8028c4dcf38f
children e77e4457d95c
line wrap: on
line source

noinst_LIBRARIES = libimap.a

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

libimap_a_SOURCES = \
	imap-base-subject.c \
	imap-bodystructure.c \
	imap-date.c \
	imap-envelope.c \
	imap-match.c \
	imap-quote.c \
	imap-parser.c \
	imap-util.c

noinst_HEADERS = \
	imap-base-subject.h \
	imap-bodystructure.h \
	imap-date.h \
	imap-envelope.h \
	imap-match.h \
	imap-quote.h \
	imap-parser.h \
	imap-util.h