From a147fd65dcfad1c54e89c798bf1234c8911c6878 Mon Sep 17 00:00:00 2001 From: Etienne Renault Date: Thu, 28 Sep 2017 13:39:33 +0200 Subject: [PATCH] tests: add pthread library * tests/Makefile.am: here. --- tests/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 467649218..44f6b5aab 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,8 +24,9 @@ AUTOMAKE_OPTIONS = subdir-objects AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) $(BUDDY_CPPFLAGS) \ $(BRICKS_CPPFLAGS) -I$(top_builddir)/lib -I$(top_srcdir)/lib AM_CXXFLAGS = $(WARNING_CXXFLAGS) -LDADD = $(top_builddir)/spot/libspot.la $(top_builddir)/buddy/src/libbddx.la - +LDADD = $(top_builddir)/spot/libspot.la \ + $(top_builddir)/buddy/src/libbddx.la \ + $(LIBLTDL) -lpthread # Explicitely set it to avoid default value ".test" TEST_EXTENSIONS =