diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index e9a717d5f..c67807bba 100644 --- a/test/Makefile +++ b/test/Makefile @@ -34,7 +34,9 @@ DIRS = $(ALL_SUBDIRS) # DIRS = #endif ifeq ($(strip $(HAVE_SHARED)),true) + ifeq ($(strip $(DODYNAMIC)),true) DIRS += ldso + endif endif all: subdirs |