X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=6aa0a8ab09e85e8077daf1896884154c41d8f090;hb=69a4426c5cb5ebd33ae998ba42b2b093ebe34333;hp=1a764aec197f5133b71646eec502f16c26126c66;hpb=96fe6b8db99e9c71f0dc1260a0f9ea95b50c2c21;p=lttng-tools.git 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