1noinst_LIBRARIES = libabut.a
2
3INCLUDES = -I $(srcdir)/..
4
5libabut_a_SOURCES = \
6	abut.c \
7	fsel.c \
8	help.c \
9	msg.c \
10	swin.c \
11	term.c
12
13noinst_HEADERS = \
14	abut.h \
15	fsel.h \
16	help.h \
17	msg.h \
18	swin.h \
19	term.h
20