further unclutter.
[apps/madmutt.git] / imap / Makefile.am
index 9591604..6fafb2e 100644 (file)
@@ -3,8 +3,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
+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