Relayd add_stream command handle tracefile rotation
[lttng-tools.git] / src / bin / lttng-consumerd / Makefile.am
index a395c0b378033d21bb0d65747331e3435f235990..a418eb4ac541cd6f958aa9e2d35ca2ec1ec37643 100644 (file)
@@ -4,7 +4,7 @@ lttnglibexec_PROGRAMS = lttng-consumerd
 
 lttng_consumerd_SOURCES = lttng-consumerd.c lttng-consumerd.h
 
-lttng_consumerd_LDADD = \
+lttng_consumerd_LDADD = -lrt \
           $(top_builddir)/src/common/libconsumer.la \
           $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
           $(top_builddir)/src/common/libcommon.la
This page took 0.023045 seconds and 4 git commands to generate.