X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=nntp%2FMakefile.am;h=8f3d7dacf2c4884343f81fcbb55a4cb5a64bbad4;hb=10b7d54ecaa5c54622bf1239b57fa2e3359db0e1;hp=22799cb490a49d96d03b94e400096bc85d13aef4;hpb=b08f9bb863302b8a1e2c1ebb3d4f2be00f6bd759;p=apps%2Fmadmutt.git diff --git a/nntp/Makefile.am b/nntp/Makefile.am index 22799cb..8f3d7da 100644 --- a/nntp/Makefile.am +++ b/nntp/Makefile.am @@ -7,6 +7,9 @@ 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 + +-include ../cflags.mk