mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 05:27:55 +00:00
[master] Link -lpthread in libb10-threads target
This commit is contained in:
parent
83d00dc305
commit
8d321e3ea9
@ -7,6 +7,7 @@ AM_CPPFLAGS += $(BOOST_INCLUDES) $(MULTITHREADING_FLAG)
|
||||
lib_LTLIBRARIES = libb10-threads.la
|
||||
libb10_threads_la_SOURCES = lock.h lock.cc
|
||||
libb10_threads_la_SOURCES += thread.h thread.cc
|
||||
libb10_threads_la_LIBADD = $(top_builddir)/src/lib/exceptions/libb10-exceptions.la
|
||||
libb10_threads_la_LIBADD = $(top_builddir)/src/lib/exceptions/libb10-exceptions.la
|
||||
libb10_threads_la_LIBADD += $(PTHREAD_LDFLAGS)
|
||||
|
||||
CLEANFILES = *.gcno *.gcda
|
||||
|
Loading…
x
Reference in New Issue
Block a user