shithub: choc

ref: 49bb2324f20de0414e672ea42f52d828b7246014
dir: /textscreen/Makefile.am/

View raw version

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