Fix: stop lttng-relayd threads on health thread error
[lttng-tools.git] / src / bin / lttng-relayd / Makefile.am
index 428f35202b52c31ec24a40b3e2464de9461c6c49..4857074df266e51fb90795f34dd7ed47bedaf0fd 100644 (file)
@@ -19,10 +19,11 @@ lttng_relayd_SOURCES = main.c lttng-relayd.h utils.h utils.c cmd.h \
                        stream.c stream.h \
                        stream-fd.c stream-fd.h \
                        connection.c connection.h \
-                       viewer-session.c viewer-session.h
+                       viewer-session.c viewer-session.h \
+                       tracefile-array.c tracefile-array.h
 
 # link on liblttngctl for check if relayd is already alive.
-lttng_relayd_LDADD = -lrt -lurcu-common -lurcu \
+lttng_relayd_LDADD = -lurcu-common -lurcu \
                $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
                $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
                $(top_builddir)/src/common/hashtable/libhashtable.la \
This page took 0.024092 seconds and 4 git commands to generate.