OSDN Git Service

test: add missing top_srcdir
[uclinux-h8/uClibc.git] / test / dlopen / Makefile
index 92d14b9..d5be53c 100644 (file)
@@ -2,11 +2,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 
 top_builddir=../../
+top_srcdir=../../
 include ../Rules.mak
 -include Makefile.in
-ifneq ($(HAVE_SHARED),y)
-TESTS_DISABLED := test3
-LDFLAGS_libtest.so := -lpthread
-endif
-
 include ../Test.mak