summaryrefslogtreecommitdiff
path: root/textscreen/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2006-05-23 00:07:02 +0000
committerSimon Howard2006-05-23 00:07:02 +0000
commit1de18c1397bfb069771c02336e47b89e098b6f43 (patch)
tree6fc8d843e31110213543daae8edb145c9f045e05 /textscreen/Makefile.am
parent7666630775f51fe991005ff8219cb4cc0cb70327 (diff)
downloadchocolate-doom-1de18c1397bfb069771c02336e47b89e098b6f43.tar.gz
chocolate-doom-1de18c1397bfb069771c02336e47b89e098b6f43.tar.bz2
chocolate-doom-1de18c1397bfb069771c02336e47b89e098b6f43.zip
Add window action class for action area labels at the bottom of windows.
Adjust txt_table_t to expand tables to their maximum width when they only have one column (ensures separators reach the window edges). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 515
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 004aea98..90b7e441 100644
--- a/textscreen/Makefile.am
+++ b/textscreen/Makefile.am
@@ -17,6 +17,7 @@ libtextscreen_a_SOURCES = \
txt_table.c txt_table.h \
txt_widget.c txt_widget.h \
txt_window.c txt_window.h \
+ txt_window_action.c txt_window_action.h \
txt_font.h
guitest_LDADD = @SDL_LIBS@ libtextscreen.a