X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2FMakefile.am;h=81795cab09140a31e17a3ce3b347e9a1618f7d61;hb=ddc565e15e8d7e2eaeea568dd6602dc0347474c5;hp=4dbf7db6264f1b15c35f42d969415701601bee7d;hpb=9218fd9d7e2a7976b34683c60cb94f7fda42141a;p=apps%2Fmadmutt.git diff --git a/imap/Makefile.am b/imap/Makefile.am index 4dbf7db..81795ca 100644 --- a/imap/Makefile.am +++ b/imap/Makefile.am @@ -1,27 +1,8 @@ -## 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 - 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 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) +libimap_a_SOURCES = auth.c browse.c command.c imap.c imap.h message.c utf7.c util.c --include ../cflags.mk +-include $(top_builddir)/tools/cflags.mk