summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-10-31 19:54:01 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-10-31 19:54:01 +0100
commitd725022844380852476dbef00d7dc3c2e7a37fdb (patch)
tree7df0f711e45b5b7a737d82ef2fcdabf1d2d168fd /tests
parent780a04f1961d766f524386eb9c58574738fbfbb3 (diff)
downloadwolfbones-d725022844380852476dbef00d7dc3c2e7a37fdb.tar.gz
wolfbones-d725022844380852476dbef00d7dc3c2e7a37fdb.tar.bz2
added a HAVE_THREADS flag
Diffstat (limited to 'tests')
-rw-r--r--tests/GNUmakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index ba00e61..e2d4b28 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -1,6 +1,10 @@
TOPDIR = ..
-SUBDIRS = threads port log gettext network daemon service library
+SUBDIRS = port log gettext network daemon service library
+
+ifeq "$(ENABLE_THREADS)" "1"
+SUBDIRS = $(SUBDIRS) threads
+endif
-include $(TOPDIR)/makefiles/gmake/sub.mk