prefer -pthread to -lpthread
* configure.ac, spot/ltsmin/Makefile.am, tests/Makefile.am: Here.
This commit is contained in:
parent
2b9471b9a7
commit
35f1423e20
3 changed files with 2 additions and 3 deletions
|
|
@ -460,6 +460,7 @@ if USE_LTSMIN
|
|||
check_PROGRAMS += ltsmin/modelcheck
|
||||
ltsmin_modelcheck_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) \
|
||||
$(BUDDY_CPPFLAGS) \-I$(top_builddir)/lib -I$(top_srcdir)/lib
|
||||
ltsmin_modelcheck_CXXFLAGS = $(CXXFLAGS) -pthread
|
||||
ltsmin_modelcheck_SOURCES = ltsmin/modelcheck.cc
|
||||
ltsmin_modelcheck_LDADD = \
|
||||
$(top_builddir)/bin/libcommon.a \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue