force our cflags in subdirs as well.
[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 mx_nntp.h
11
12 libnntp_a_SOURCES = nntp.h mx_nntp.h \
13                     nntp.c mx_nntp.c newsrc.c
14
15 -include ../cflags.mk