unit-tests: link test-runner against -lpthread

This commit is contained in:
Martin Willi 2013-06-19 15:37:49 +02:00
parent 1ffdb4f3d0
commit b950fc48da
1 changed files with 1 additions and 0 deletions

View File

@ -18,4 +18,5 @@ test_runner_CFLAGS = \
test_runner_LDFLAGS = @COVERAGE_LDFLAGS@
test_runner_LDADD = \
$(top_builddir)/src/libstrongswan/libstrongswan.la \
$(PTHREADLIB) \
@CHECK_LIBS@