From: Tomasz Flendrich Date: Fri, 19 Jun 2015 04:16:11 +0000 (+0000) Subject: Makefile.am: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3108fe85e1dfcb05d246a60ea4d6e490fc5f0a01;p=thirdparty%2Fntp.git Makefile.am: added -lpthread bk: 5583978bFDCIJeAxJG2GejaDHk-2KQ --- diff --git a/tests/libntp/Makefile.am b/tests/libntp/Makefile.am index 47a98b250..fd1b7bf9b 100644 --- a/tests/libntp/Makefile.am +++ b/tests/libntp/Makefile.am @@ -403,6 +403,7 @@ test_caltontp_CFLAGS = \ test_caltontp_LDADD = \ $(LDADD) \ $(top_builddir)/sntp/unity/libunity.a \ + -lpthread \ $(NULL) test_msyslog_CFLAGS = \