From: David Goulet Date: Fri, 23 May 2014 14:08:00 +0000 (-0400) Subject: Fix: add missing lib rt link for clock_gettime X-Git-Tag: v2.5.0-rc1~22 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=69a4426c5cb5ebd33ae998ba42b2b093ebe34333 Fix: add missing lib rt link for clock_gettime Signed-off-by: David Goulet --- diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 1a764aec1..6aa0a8ab0 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -17,7 +17,7 @@ libcommon_la_SOURCES = error.h error.c utils.c utils.h runas.c runas.h \ common.h futex.c futex.h uri.c uri.h defaults.c \ pipe.c pipe.h readwrite.c readwrite.h \ daemonize.c daemonize.h -libcommon_la_LIBADD = -luuid +libcommon_la_LIBADD = -luuid -lrt # Consumer library noinst_LTLIBRARIES += libconsumer.la