shithub: choc

ref: 6be712fdde1757a824ecb620269551ab78902bf1
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