X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2FMakefile.am;h=fb5137900acb954a0b25ea67469975b589cff789;hp=dda0b6a28896fedbdaec4810a10b96280337ef06;hb=2dc50decd320b310ef56c14041b6fa4fefd865ac;hpb=7c6a042ca1bccde0ed39d2499e9272f963025e75 diff --git a/imap/Makefile.am b/imap/Makefile.am index dda0b6a..fb51379 100644 --- a/imap/Makefile.am +++ b/imap/Makefile.am @@ -9,9 +9,9 @@ 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 noinst_LIBRARIES = libimap.a -noinst_HEADERS = auth.h imap_private.h message.h mx_imap.h +noinst_HEADERS = auth.h imap_private.h message.h -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) auth_gss.c +libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h \ + message.c utf7.c util.c $(AUTHENTICATORS) auth_gss.c --include ../cflags.mk +-include $(top_builddir)/tools/cflags.mk