remove mx_{pop,nntp,imap}.[hc]
[apps/madmutt.git] / nntp / Makefile.am
index 8f3d7da..ca6d65b 100644 (file)
@@ -7,9 +7,8 @@ AUTOMAKE_OPTIONS = foreign
 INCLUDES = -I$(top_srcdir) -I../intl
 
 noinst_LIBRARIES = libnntp.a
-noinst_HEADERS = nntp.h mx_nntp.h
+noinst_HEADERS = nntp.h
 
-libnntp_a_SOURCES = nntp.h mx_nntp.h \
-                   nntp.c mx_nntp.c newsrc.c
+libnntp_a_SOURCES = nntp.h nntp.c newsrc.c
 
 -include ../cflags.mk