drop the horrible list2_t for good.
[apps/madmutt.git] / imap / Makefile.am
1 if USE_SASL
2 AUTHENTICATORS = auth_sasl.c
3 else
4 AUTHENTICATORS = auth_anon.c auth_cram.c
5 endif
6
7 EXTRA_DIST = BUGS README TODO auth_anon.c auth_cram.c auth_gss.c auth_sasl.c
8
9 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl
10
11 noinst_LIBRARIES = libimap.a
12 noinst_HEADERS = auth.h imap_private.h message.h mx_imap.h
13
14 libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h mx_imap.h \
15         message.c utf7.c util.c mx_imap.c $(AUTHENTICATORS) auth_gss.c
16
17 -include ../cflags.mk