]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Makefile.am:
authorTomasz Flendrich <tflendrich@ntp.org>
Fri, 19 Jun 2015 04:16:11 +0000 (04:16 +0000)
committerTomasz Flendrich <tflendrich@ntp.org>
Fri, 19 Jun 2015 04:16:11 +0000 (04:16 +0000)
  added -lpthread

bk: 5583978bFDCIJeAxJG2GejaDHk-2KQ

tests/libntp/Makefile.am

index 47a98b2503c423dc3acfe163e30e7ae42a7bbec9..fd1b7bf9bba5921593b19c8160c0e8768117471a 100644 (file)
@@ -403,6 +403,7 @@ test_caltontp_CFLAGS =                      \
 test_caltontp_LDADD =                  \
        $(LDADD)                                \
        $(top_builddir)/sntp/unity/libunity.a   \
+       -lpthread                               \
        $(NULL)
 
 test_msyslog_CFLAGS =                  \