Makefile 267 B

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