summaryrefslogtreecommitdiff
path: root/textscreen/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2012-02-03 20:21:17 +0000
committerSimon Howard2012-02-03 20:21:17 +0000
commitc818fb021632cbb68229ba265f01b060e6b6d0f4 (patch)
treec78816ab19c5106a0a008061f0d2beb06eba058d /textscreen/Makefile.am
parentd4df22aa1e8e2ee8d389be9fb485985c4d80d47e (diff)
downloadchocolate-doom-c818fb021632cbb68229ba265f01b060e6b6d0f4.tar.gz
chocolate-doom-c818fb021632cbb68229ba265f01b060e6b6d0f4.tar.bz2
chocolate-doom-c818fb021632cbb68229ba265f01b060e6b6d0f4.zip
Split off UTF-8 code into separate file and add extra functions.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2489
Diffstat (limited to 'textscreen/Makefile.am')
-rw-r--r--textscreen/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \