X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2FMakefile.am;h=dda0b6a28896fedbdaec4810a10b96280337ef06;hp=586e27b9039466afa7d564bd4963b86c1c26f5a6;hb=1ee89902de184a640c171ae3285bff6882a791bd;hpb=25bf57d598476b329536fa3f748cc0c529fef6bd;ds=sidebyside diff --git a/imap/Makefile.am b/imap/Makefile.am index 586e27b..dda0b6a 100644 --- a/imap/Makefile.am +++ b/imap/Makefile.am @@ -1,13 +1,3 @@ -## 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 @@ -22,4 +12,6 @@ noinst_LIBRARIES = libimap.a noinst_HEADERS = auth.h imap_private.h message.h mx_imap.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) + message.c utf7.c util.c mx_imap.c $(AUTHENTICATORS) auth_gss.c + +-include ../cflags.mk