Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
8d321e3e
Commit
8d321e3e
authored
Oct 16, 2012
by
Mukund Sivaraman
Browse files
[master] Link -lpthread in libb10-threads target
parent
83d00dc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/util/threads/Makefile.am
View file @
8d321e3e
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment