summaryrefslogtreecommitdiff
path: root/textscreen/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2009-01-29 22:54:13 +0000
committerSimon Howard2009-01-29 22:54:13 +0000
commit5a122d591e8fdecd767f12e93f13974cfc86f75a (patch)
tree6bde3cbb3a8db2f6c18495248877306ce2744d02 /textscreen/Makefile.am
parent63c1c6e6dbf7058c162b01a066759bb7b507af45 (diff)
downloadchocolate-doom-5a122d591e8fdecd767f12e93f13974cfc86f75a.tar.gz
chocolate-doom-5a122d591e8fdecd767f12e93f13974cfc86f75a.tar.bz2
chocolate-doom-5a122d591e8fdecd767f12e93f13974cfc86f75a.zip
Add scrollable pane widget to textscreen library.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1437
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 76fe8f0f..d09538fd 100644
--- a/textscreen/Makefile.am
+++ b/textscreen/Makefile.am
@@ -19,6 +19,7 @@ libtextscreen_a_SOURCES = \
txt_button.c txt_button.h \
txt_label.c txt_label.h \
txt_radiobutton.c txt_radiobutton.h \
+ txt_scrollpane.c txt_scrollpane.h \
txt_separator.c txt_separator.h \
txt_spinctrl.c txt_spinctrl.h \
txt_sdl.c txt_sdl.h \