X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=nntp%2FMakefile.am;h=ca6d65b71f497a119f76017d4acc710f5bcb6c49;hb=81f3d7a9a3b44af0b9019da5d6673c0dbc218626;hp=97e7ad6594d3a4c15f3e3530012d4deb7b66ef9e;hpb=25bf57d598476b329536fa3f748cc0c529fef6bd;p=apps%2Fmadmutt.git diff --git a/nntp/Makefile.am b/nntp/Makefile.am index 97e7ad6..ca6d65b 100644 --- a/nntp/Makefile.am +++ b/nntp/Makefile.am @@ -7,7 +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