summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textscreen/Makefile.am6
1 files 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 \