summaryrefslogtreecommitdiff
path: root/test/dlopen/Makefile
blob: 66a2452e2d604188d8f485edb20606ee17065da4 (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
ifeq ($(UCLIBC_STATIC),y)
TESTS_DISABLED := test3
LDFLAGS_libtest.so := -lpthread
endif

include ../Test.mak