From c818fb021632cbb68229ba265f01b060e6b6d0f4 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 3 Feb 2012 20:21:17 +0000 Subject: Split off UTF-8 code into separate file and add extra functions. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2489 --- textscreen/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'textscreen/Makefile.am') diff --git a/textscreen/Makefile.am b/textscreen/Makefile.am index d6863ca9..fd671645 100644 --- a/textscreen/Makefile.am +++ b/textscreen/Makefile.am @@ -30,6 +30,7 @@ libtextscreen_a_SOURCES = \ txt_smallfont.h \ txt_strut.c txt_strut.h \ txt_table.c txt_table.h \ + txt_utf8.c txt_utf8.h \ txt_widget.c txt_widget.h \ txt_window.c txt_window.h \ txt_window_action.c txt_window_action.h \ -- cgit v1.2.3