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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue