X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=nntp%2FMakefile.am;h=97e7ad6594d3a4c15f3e3530012d4deb7b66ef9e;hp=22799cb490a49d96d03b94e400096bc85d13aef4;hb=666a29207bb781f47ec85f6a3c3cdeb554b30c21;hpb=b08f9bb863302b8a1e2c1ebb3d4f2be00f6bd759 diff --git a/nntp/Makefile.am b/nntp/Makefile.am index 22799cb..97e7ad6 100644 --- a/nntp/Makefile.am +++ b/nntp/Makefile.am @@ -7,6 +7,7 @@ AUTOMAKE_OPTIONS = foreign INCLUDES = -I$(top_srcdir) -I../intl noinst_LIBRARIES = libnntp.a -noinst_HEADERS = nntp.h +noinst_HEADERS = nntp.h mx_nntp.h -libnntp_a_SOURCES = nntp.c newsrc.c nntp.h +libnntp_a_SOURCES = nntp.h mx_nntp.h \ + nntp.c mx_nntp.c newsrc.c