X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2FMakefile.am;h=9591604c41e173f6b9825c759a0b41bf42908dca;hb=6cc64ac1d90eed0c8280c3f7b4c2ab514d5224d1;hp=8396aac4d0de57a754ea214f6f7ba43a6fc49911;hpb=ac1ea3143e61def7fc9000bee6d0d59d56c5b997;p=apps%2Fmadmutt.git diff --git a/imap/Makefile.am b/imap/Makefile.am index 8396aac..9591604 100644 --- a/imap/Makefile.am +++ b/imap/Makefile.am @@ -1,17 +1,10 @@ -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 +EXTRA_DIST = BUGS README TODO INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl noinst_LIBRARIES = libimap.a 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 \ - message.c utf7.c util.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 auth_sasl.c --include ../cflags.mk +-include $(top_builddir)/tools/cflags.mk