X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2FMakefile.am;h=4dbf7db6264f1b15c35f42d969415701601bee7d;hp=bf622a9cfe0abb10eabcdd9aafe1546610b189e2;hb=3e9a92ab72e04aecb0fc4098098a1b57c5101d84;hpb=b08f9bb863302b8a1e2c1ebb3d4f2be00f6bd759 diff --git a/imap/Makefile.am b/imap/Makefile.am index bf622a9..4dbf7db 100644 --- a/imap/Makefile.am +++ b/imap/Makefile.am @@ -16,10 +16,12 @@ endif EXTRA_DIST = BUGS README TODO auth_anon.c auth_cram.c auth_gss.c auth_sasl.c -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl -I$(top_srcdir)/nntp +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl noinst_LIBRARIES = libimap.a -noinst_HEADERS = auth.h imap_private.h message.h +noinst_HEADERS = auth.h imap_private.h message.h mx_imap.h -libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h \ - message.c utf7.c util.c $(AUTHENTICATORS) $(GSSSOURCES) +libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h mx_imap.h \ + message.c utf7.c util.c mx_imap.c $(AUTHENTICATORS) $(GSSSOURCES) + +-include ../cflags.mk