From d004eec6dc6946547c9d436b216f2d26127bd8ab Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 12 Aug 2002 09:14:52 +0000 Subject: Test threads when appropriate --- test/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 6653991ba..5fa5baf73 100644 --- a/test/Makefile +++ b/test/Makefile @@ -34,6 +34,9 @@ ifeq ($(strip $(HAVE_SHARED)),true) DIRS += ldso endif endif +ifeq ($(strip $(INCLUDE_THREADS)),true) + DIRS += pthread +endif all: subdirs -- cgit v1.2.3