From d78780cfc3f4c5c601bc19ae7976c2ae26ac9495 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 13 Jan 2006 23:56:00 +0000 Subject: Add text-mode I/O functions. Use text-mode screen for the waiting screen. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 291 --- textscreen/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'textscreen/Makefile.am') diff --git a/textscreen/Makefile.am b/textscreen/Makefile.am index 2aaec244..8894f0f4 100644 --- a/textscreen/Makefile.am +++ b/textscreen/Makefile.am @@ -3,6 +3,10 @@ AM_CFLAGS = @SDL_CFLAGS@ noinst_LIBRARIES=libtextscreen.a -libtextscreen_a_SOURCES = txt_main.c txt_main.h txt_font.h +libtextscreen_a_SOURCES = \ + txt_gui.c txt_gui.h \ + txt_io.c txt_io.h \ + txt_main.c txt_main.h \ + txt_font.h -- cgit v1.2.3