fix regression introduced in 73359dc55ff8f4da32149f7270f7ceaccd658256.
[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