unit-tests: link test-runner against -lpthread

This commit is contained in:
Martin Willi
2013-06-21 10:53:23 +02:00
parent 1ffdb4f3d0
commit b950fc48da
+1
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@