From d725022844380852476dbef00d7dc3c2e7a37fdb Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 31 Oct 2011 19:54:01 +0100 Subject: added a HAVE_THREADS flag --- tests/GNUmakefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3-54-g00ecf