X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=nntp%2FMakefile.am;h=0907c36baeafb498474d40978828032ee11c0622;hp=8f3d7dacf2c4884343f81fcbb55a4cb5a64bbad4;hb=eab38ff6950a0075741f24ac9fb0d9eaf7df8671;hpb=9218fd9d7e2a7976b34683c60cb94f7fda42141a diff --git a/nntp/Makefile.am b/nntp/Makefile.am index 8f3d7da..0907c36 100644 --- a/nntp/Makefile.am +++ b/nntp/Makefile.am @@ -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 +-include $(top_builddir)/tools/cflags.mk