From bbf019a45092c6baaa28ca15dcdec0ff16266fc9 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 23 Dec 2014 21:19:07 +0100 Subject: [PATCH] * iface/ltsmin/Makefile.am: Fix location of -lpthread. --- iface/ltsmin/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iface/ltsmin/Makefile.am b/iface/ltsmin/Makefile.am index 4a45f849a..8cf828ece 100644 --- a/iface/ltsmin/Makefile.am +++ b/iface/ltsmin/Makefile.am @@ -18,7 +18,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src \ $(BUDDY_CPPFLAGS) -I$(top_srcdir)/ltdl -AM_CXXFLAGS = $(WARNING_CXXFLAGS) -lpthread +AM_CXXFLAGS = $(WARNING_CXXFLAGS) ltsmindir = $(pkgincludedir)/iface/ltsmin @@ -27,7 +27,7 @@ ltsmin_HEADERS = ltsmin.hh lib_LTLIBRARIES = libspotltsmin.la libspotltsmin_la_LIBADD = \ $(top_builddir)/src/libspot.la \ - $(top_builddir)/ltdl/libltdlc.la + $(top_builddir)/ltdl/libltdlc.la -lpthread libspotltsmin_la_SOURCES = ltsmin.cc noinst_PROGRAMS = modelcheck