From: Guus Sliepen Date: Sun, 15 Sep 2013 20:03:00 +0000 (+0200) Subject: Link sptps_speed with -lrt. X-Git-Tag: release-1.1pre10~50 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=22d804d4467cfe9f3926ab6d37b69c3760395b6c Link sptps_speed with -lrt. This is necessary for clock_gettime() on older versions of libc. --- diff --git a/src/Makefile.am b/src/Makefile.am index bf2f6404..ccb966ca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -195,6 +195,7 @@ sptps_test_SOURCES += \ endif tinc_LDADD = $(READLINE_LIBS) $(CURSES_LIBS) +sptps_speed_LDADD = -lrt LIBS = @LIBS@ @LIBGCRYPT_LIBS@