81795cab09140a31e17a3ce3b347e9a1618f7d61
[apps/madmutt.git] / imap / Makefile.am
1 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl
2
3 noinst_LIBRARIES = libimap.a
4 noinst_HEADERS = imap_private.h message.h
5
6 libimap_a_SOURCES = auth.c browse.c command.c imap.c imap.h message.c utf7.c util.c
7
8 -include $(top_builddir)/tools/cflags.mk