X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2FMakefile.am;h=6fafb2ebf9a7d8fa7953f086f039f73a2df7a240;hp=586e27b9039466afa7d564bd4963b86c1c26f5a6;hb=b314f6b74b24679a37333d74f49553b0a7577d11;hpb=25bf57d598476b329536fa3f748cc0c529fef6bd diff --git a/imap/Makefile.am b/imap/Makefile.am index 586e27b..6fafb2e 100644 --- a/imap/Makefile.am +++ b/imap/Makefile.am @@ -1,25 +1,10 @@ -## Process this file with automake to produce Makefile.in - -AR=@AR@ - -AUTOMAKE_OPTIONS = foreign - -if USE_GSS -GSSSOURCES = auth_gss.c -endif - -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 mx_imap.h +noinst_HEADERS = imap_private.h message.h + +libimap_a_SOURCES = auth.c browse.c command.c imap.c imap.h message.c utf7.c util.c -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 $(top_builddir)/tools/cflags.mk