foxygit / doom Log in
commit 7b54c078de505929eb1f5cb2dc9a91b3f48c5dc2
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Thu May 25 20:40:57 2006 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Thu May 25 20:40:57 2006 +0000

    Build textscreen/ before textscreen/examples/

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 527
---
 textscreen/Makefile.am | 6 ++++--
 1 file 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            \