summaryrefslogtreecommitdiff
path: root/textscreen/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2006-05-25 20:40:57 +0000
committerSimon Howard2006-05-25 20:40:57 +0000
commit7b54c078de505929eb1f5cb2dc9a91b3f48c5dc2 (patch)
tree15a2f82bb24600cd8d58ac48ed701b76a3720126 /textscreen/Makefile.am
parent8714b50435295dbf0683f706ed6a1b43e9b01a90 (diff)
downloadchocolate-doom-7b54c078de505929eb1f5cb2dc9a91b3f48c5dc2.tar.gz
chocolate-doom-7b54c078de505929eb1f5cb2dc9a91b3f48c5dc2.tar.bz2
chocolate-doom-7b54c078de505929eb1f5cb2dc9a91b3f48c5dc2.zip
Build textscreen/ before textscreen/examples/
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 527
Diffstat (limited to 'textscreen/Makefile.am')
-rw-r--r--textscreen/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/textscreen/Makefile.am b/textscreen/Makefile.am
index d8bee615..12a876b0 100644
--- a/textscreen/Makefile.am
+++ b/textscreen/Makefile.am
@@ -1,10 +1,12 @@
AM_CFLAGS = @SDL_CFLAGS@ -I../src
-SUBDIRS=examples
+
+# build this directory before the examples directory.
+
+SUBDIRS= . examples
noinst_LIBRARIES=libtextscreen.a
-libtextscreen_a_LIBADD = @SDL_LIBS@
libtextscreen_a_SOURCES = \
txt_checkbox.c txt_checkbox.h \
txt_desktop.c txt_desktop.h \