Impose the use of SASL2, so that we can drop a lot of useless old dead code.
[apps/madmutt.git] / imap / Makefile.am
1 EXTRA_DIST = BUGS README TODO
2
3 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl
4
5 noinst_LIBRARIES = libimap.a
6 noinst_HEADERS = auth.h imap_private.h message.h
7
8 libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h \
9         message.c utf7.c util.c auth_sasl.c auth_gss.c
10
11 -include $(top_builddir)/tools/cflags.mk