summaryrefslogtreecommitdiff
path: root/textscreen/Makefile.am
blob: 8894f0f4dc581490ac563cb494f6ce46c9a83d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
AM_CFLAGS = @SDL_CFLAGS@

noinst_LIBRARIES=libtextscreen.a

libtextscreen_a_SOURCES =              \
	txt_gui.c     txt_gui.h        \
	txt_io.c      txt_io.h         \
	txt_main.c    txt_main.h       \
	txt_font.h