diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-12 09:14:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-12 09:14:52 +0000 |
commit | d004eec6dc6946547c9d436b216f2d26127bd8ab (patch) | |
tree | d54567d6c97d5282138c6536a268e8d2aca01f7f | |
parent | ac1a542ba0b64dde7b9ccc8430c9e8cb0ffd7088 (diff) |
Test threads when appropriate
-rw-r--r-- | test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |