shithub: choc

ref: 859b503bae0c66a843ba83d89224b6cddc28e132
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