tests: add pthread library
* tests/Makefile.am: here.
This commit is contained in:
parent
f9b0044623
commit
a147fd65dc
1 changed files with 3 additions and 2 deletions
|
|
@ -24,8 +24,9 @@ AUTOMAKE_OPTIONS = subdir-objects
|
||||||
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) $(BUDDY_CPPFLAGS) \
|
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) $(BUDDY_CPPFLAGS) \
|
||||||
$(BRICKS_CPPFLAGS) -I$(top_builddir)/lib -I$(top_srcdir)/lib
|
$(BRICKS_CPPFLAGS) -I$(top_builddir)/lib -I$(top_srcdir)/lib
|
||||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
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"
|
# Explicitely set it to avoid default value ".test"
|
||||||
TEST_EXTENSIONS =
|
TEST_EXTENSIONS =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue