From 7b54c078de505929eb1f5cb2dc9a91b3f48c5dc2 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 25 May 2006 20:40:57 +0000 Subject: Build textscreen/ before textscreen/examples/ Subversion-branch: /trunk/chocolate-doom Subversion-revision: 527 --- textscreen/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'textscreen/Makefile.am') 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 \ -- cgit v1.2.3