]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Makefile.am:
authorDamir Tomic <viperus@ntp.org>
Sun, 14 Jun 2015 17:01:51 +0000 (19:01 +0200)
committerDamir Tomic <viperus@ntp.org>
Sun, 14 Jun 2015 17:01:51 +0000 (19:01 +0200)
  added -lpthread to test_caljuliaj_LDADD, because it's not in $(PTHREAD_LIBS)

bk: 557db37fo1iAGmdYkUE2LdDSlHsvDA

tests/libntp/Makefile.am

index f535f1f8c2d87cf99dcbfdbba62fc6b15bf287a4..c790b704956924bdee0fe08c42749e0896c918be 100644 (file)
@@ -267,6 +267,7 @@ test_caljulian_CFLAGS =                             \
 test_caljulian_LDADD =                         \
        $(LDADD)                                \
        $(top_builddir)/sntp/unity/libunity.a   \
+       -lpthread                               \
        $(NULL)
 
 test_calendar_CFLAGS =                         \