diff options
Diffstat (limited to 'test/Makefile')
-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 |