From: Tomasz Flendrich Date: Fri, 19 Jun 2015 23:49:56 +0000 (+0000) Subject: Makefile.am: X-Git-Tag: NTP_4_3_43~2^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1bd96176863aa97868f78f56cb0bce90644bceb;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 = \