diff options
Diffstat (limited to 'test/dlopen/Makefile')
-rw-r--r-- | test/dlopen/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/dlopen/Makefile b/test/dlopen/Makefile index ef15d861d..92d14b90e 100644 --- a/test/dlopen/Makefile +++ b/test/dlopen/Makefile @@ -4,4 +4,9 @@ top_builddir=../../ include ../Rules.mak -include Makefile.in +ifneq ($(HAVE_SHARED),y) +TESTS_DISABLED := test3 +LDFLAGS_libtest.so := -lpthread +endif + include ../Test.mak |