X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2FMakefile.am;h=fb5137900acb954a0b25ea67469975b589cff789;hb=6d4e89a8e0a0d6639c04b8ac0ca808b1dba23c3d;hp=bf622a9cfe0abb10eabcdd9aafe1546610b189e2;hpb=b08f9bb863302b8a1e2c1ebb3d4f2be00f6bd759;p=apps%2Fmadmutt.git diff --git a/imap/Makefile.am b/imap/Makefile.am index bf622a9..fb51379 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 @@ -16,10 +6,12 @@ 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 -I$(top_srcdir)/nntp +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) $(GSSSOURCES) + message.c utf7.c util.c $(AUTHENTICATORS) auth_gss.c + +-include $(top_builddir)/tools/cflags.mk