X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=imap%2FMakefile.am;h=81795cab09140a31e17a3ce3b347e9a1618f7d61;hb=904c5a5ebe2eff96a3cdbf869b5b5d8d5f4b9e26;hp=fb5137900acb954a0b25ea67469975b589cff789;hpb=2dc50decd320b310ef56c14041b6fa4fefd865ac;p=apps%2Fmadmutt.git diff --git a/imap/Makefile.am b/imap/Makefile.am index fb51379..81795ca 100644 --- a/imap/Makefile.am +++ b/imap/Makefile.am @@ -1,17 +1,8 @@ -if USE_SASL -AUTHENTICATORS = auth_sasl.c -else -AUTHENTICATORS = auth_anon.c auth_cram.c -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 noinst_LIBRARIES = libimap.a -noinst_HEADERS = auth.h imap_private.h message.h +noinst_HEADERS = imap_private.h message.h -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 +libimap_a_SOURCES = auth.c browse.c command.c imap.c imap.h message.c utf7.c util.c -include $(top_builddir)/tools/cflags.mk