From 69a4426c5cb5ebd33ae998ba42b2b093ebe34333 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 23 May 2014 10:08:00 -0400 Subject: [PATCH] Fix: add missing lib rt link for clock_gettime Signed-off-by: David Goulet --- src/common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1