mutt_*mktemp--
[apps/madmutt.git] / nntp / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AR=@AR@
4
5 AUTOMAKE_OPTIONS = foreign
6
7 INCLUDES = -I$(top_srcdir) -I../intl
8
9 noinst_LIBRARIES = libnntp.a
10 noinst_HEADERS = nntp.h
11
12 libnntp_a_SOURCES = nntp.h nntp.c newsrc.c
13
14 -include ../cflags.mk