shithub: choc

ref: 27e8895b2f01820ab3bce997e7d9cffee9acdd13
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