X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2FMakefile.am;h=81795cab09140a31e17a3ce3b347e9a1618f7d61;hb=3c6c404b6be0ed70ffba80cece46050930149b59;hp=446e7c6274db25270000a7ae85f10c066f7eface;hpb=85fd0dfe747c58f2da62074ddd90a598397a4848;p=apps%2Fmadmutt.git diff --git a/imap/Makefile.am b/imap/Makefile.am index 446e7c6..81795ca 100644 --- a/imap/Makefile.am +++ b/imap/Makefile.am @@ -1,11 +1,8 @@ -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 +noinst_HEADERS = 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 auth_sasl.c auth_gss.c +libimap_a_SOURCES = auth.c browse.c command.c imap.c imap.h message.c utf7.c util.c -include $(top_builddir)/tools/cflags.mk