Build textscreen/ before textscreen/examples/
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 527
This commit is contained in:
parent
8714b50435
commit
7b54c078de
1 changed files with 4 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue