shithub: choc

Download patch

ref: 7b54c078de505929eb1f5cb2dc9a91b3f48c5dc2
parent: 8714b50435295dbf0683f706ed6a1b43e9b01a90
author: Simon Howard <fraggle@gmail.com>
date: Thu May 25 16:40:57 EDT 2006

Build textscreen/ before textscreen/examples/

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 527

--- 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            \