Build textscreen/ before textscreen/examples/

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 527
This commit is contained in:
Simon Howard 2006-05-25 20:40:57 +00:00
parent 8714b50435
commit 7b54c078de

View file

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