6fafb2ebf9a7d8fa7953f086f039f73a2df7a240
[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 = imap_private.h message.h
7
8 libimap_a_SOURCES = auth.c browse.c command.c imap.c imap.h message.c utf7.c util.c
9
10 -include $(top_builddir)/tools/cflags.mk