summaryrefslogtreecommitdiff
path: root/textscreen/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2006-05-29 20:00:41 +0000
committerSimon Howard2006-05-29 20:00:41 +0000
commit22b086318556567419e1aea8994a9fc62b9c3ac5 (patch)
treeba62127a48d7b8971d3e8c78dfe4742d817d6cdb /textscreen/Makefile.am
parent1531993b0570f1a0af92a0238f4b871d233fa46f (diff)
downloadchocolate-doom-22b086318556567419e1aea8994a9fc62b9c3ac5.tar.gz
chocolate-doom-22b086318556567419e1aea8994a9fc62b9c3ac5.tar.bz2
chocolate-doom-22b086318556567419e1aea8994a9fc62b9c3ac5.zip
Add textscreen.h top level header to avoid having to include all txt_*
headers individually. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 542
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 15eb526c..899088fb 100644
--- a/textscreen/Makefile.am
+++ b/textscreen/Makefile.am
@@ -8,6 +8,7 @@ SUBDIRS= . examples
noinst_LIBRARIES=libtextscreen.a
libtextscreen_a_SOURCES = \
+ textscreen.h \
txt_checkbox.c txt_checkbox.h \
txt_desktop.c txt_desktop.h \
txt_gui.c txt_gui.h \