2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[2198] Link -lpthread in libb10-threads target

This commit is contained in:
Mukund Sivaraman
2012-10-22 05:03:19 +05:30
parent 1bb3279cc1
commit d7a9543879

View File

@@ -8,5 +8,6 @@ lib_LTLIBRARIES = libb10-threads.la
libb10_threads_la_SOURCES = sync.h sync.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 += $(PTHREAD_LDFLAGS)
CLEANFILES = *.gcno *.gcda