prefer -pthread to -lpthread

* configure.ac,
spot/ltsmin/Makefile.am,
tests/Makefile.am: Here.
This commit is contained in:
Etienne Renault 2018-12-03 14:47:09 +00:00
parent 2b9471b9a7
commit 35f1423e20
3 changed files with 2 additions and 3 deletions

View file

@ -20,7 +20,7 @@
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) \
$(BUDDY_CPPFLAGS) $(LTDLINCL) \
-I$(top_builddir)/lib -I$(top_srcdir)/lib
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
AM_CXXFLAGS = $(WARNING_CXXFLAGS) -pthread
ltsmindir = $(pkgincludedir)/ltsmin