X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2FMakefile.am;h=8396aac4d0de57a754ea214f6f7ba43a6fc49911;hp=4d7db31730f581ec98f8cd0fbb11ee7cd91470ab;hb=cef32312aa7c285411e817304de98f3873cba6be;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/imap/Makefile.am b/imap/Makefile.am index 4d7db31..8396aac 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../intl +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 ../cflags.mk