X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=4b623c837db6bd2cd3e82802e9f01927d2205d02;hb=c7e35b037773dbbfe10178c946ba44feefb226e1;hp=1a764aec197f5133b71646eec502f16c26126c66;hpb=2d57de81500759ff5398057bad89c64cf8e9834b;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 1a764aec1..4b623c837 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -16,8 +16,12 @@ noinst_LTLIBRARIES = libcommon.la 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 \ + mi-lttng.h mi-lttng.c \ daemonize.c daemonize.h -libcommon_la_LIBADD = -luuid +libcommon_la_LIBADD = \ + -luuid \ + -lrt \ + $(top_builddir)/src/common/config/libconfig.la # Consumer library noinst_LTLIBRARIES += libconsumer.la