blob: 92d14b90e9f2036bfb3f73de549dea8d4d57d15c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# uClibc dlopen tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
top_builddir=../../
include ../Rules.mak
-include Makefile.in
ifneq ($(HAVE_SHARED),y)
TESTS_DISABLED := test3
LDFLAGS_libtest.so := -lpthread
endif
include ../Test.mak
|