* iface/ltsmin/Makefile.am: Fix location of -lpthread.
This commit is contained in:
parent
87c2b291ed
commit
bbf019a450
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src \
|
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src \
|
||||||
$(BUDDY_CPPFLAGS) -I$(top_srcdir)/ltdl
|
$(BUDDY_CPPFLAGS) -I$(top_srcdir)/ltdl
|
||||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS) -lpthread
|
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||||
|
|
||||||
ltsmindir = $(pkgincludedir)/iface/ltsmin
|
ltsmindir = $(pkgincludedir)/iface/ltsmin
|
||||||
|
|
||||||
|
|
@ -27,7 +27,7 @@ ltsmin_HEADERS = ltsmin.hh
|
||||||
lib_LTLIBRARIES = libspotltsmin.la
|
lib_LTLIBRARIES = libspotltsmin.la
|
||||||
libspotltsmin_la_LIBADD = \
|
libspotltsmin_la_LIBADD = \
|
||||||
$(top_builddir)/src/libspot.la \
|
$(top_builddir)/src/libspot.la \
|
||||||
$(top_builddir)/ltdl/libltdlc.la
|
$(top_builddir)/ltdl/libltdlc.la -lpthread
|
||||||
libspotltsmin_la_SOURCES = ltsmin.cc
|
libspotltsmin_la_SOURCES = ltsmin.cc
|
||||||
|
|
||||||
noinst_PROGRAMS = modelcheck
|
noinst_PROGRAMS = modelcheck
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue