From: Tomasz Flendrich Date: Fri, 19 Jun 2015 23:49:56 +0000 (+0000) Subject: Makefile.am: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfcffd8b0e449cdd185b0b5a6dd2e8beba011bf6;p=thirdparty%2Fntp.git Makefile.am: added a missing "-lpthread" bk: 5584aaa41sCvIEOg2mcjqZ77g1zofg --- diff --git a/tests/libntp/Makefile.am b/tests/libntp/Makefile.am index 803a4d79e..dfc6565ec 100644 --- a/tests/libntp/Makefile.am +++ b/tests/libntp/Makefile.am @@ -298,6 +298,7 @@ test_strtolfp_CFLAGS = \ test_strtolfp_LDADD = \ $(unity_tests_LDADD) \ + -lpthread \ $(NULL) test_lfptostr_CFLAGS = \