shithub: choc

ref: a9bd7a80dd6977c8092a534b2f655c6bb3d7926f
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