view src/lib-imap/Makefile.am @ 7182:efc78f6db374 HEAD

Added tag 1.1.beta14 for changeset 88de748a2f17
author Timo Sirainen <tss@iki.fi>
date Sun, 20 Jan 2008 14:55:38 +0200
parents e77e4457d95c
children 56f55bd35aa5
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

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

if INSTALL_HEADERS
  pkginc_libdir=$(pkgincludedir)/src/lib-imap
  pkginc_lib_HEADERS = $(headers)
else
  noinst_HEADERS = $(headers)
endif