summaryrefslogtreecommitdiff
path: root/textscreen/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2006-05-23 22:52:01 +0000
committerSimon Howard2006-05-23 22:52:01 +0000
commit6ea4e1e25cfe2f55e02a371654c1dd7814276398 (patch)
tree7d0b6b21c0d489b37f162d69a100bb01e1c03154 /textscreen/Makefile.am
parent3fbef9d2788184c491c120d00e6d5bccecc4310c (diff)
downloadchocolate-doom-6ea4e1e25cfe2f55e02a371654c1dd7814276398.tar.gz
chocolate-doom-6ea4e1e25cfe2f55e02a371654c1dd7814276398.tar.bz2
chocolate-doom-6ea4e1e25cfe2f55e02a371654c1dd7814276398.zip
Add input box widget, and include in guitest.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 520
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 90b7e441..49a0374d 100644
--- a/textscreen/Makefile.am
+++ b/textscreen/Makefile.am
@@ -8,6 +8,7 @@ libtextscreen_a_SOURCES = \
txt_checkbox.c txt_checkbox.h \
txt_desktop.c txt_desktop.h \
txt_gui.c txt_gui.h \
+ txt_inputbox.c txt_inputbox.h \
txt_io.c txt_io.h \
txt_main.c txt_main.h \
txt_button.c txt_button.h \