Fix: Relay daemon ownership and reference counting
[lttng-tools.git] / src / bin / lttng-relayd / Makefile.am
index 126cdafc4b23c07dc0b0106aaf3831ffa81f6938..428f35202b52c31ec24a40b3e2464de9461c6c49 100644 (file)
@@ -17,7 +17,9 @@ lttng_relayd_SOURCES = main.c lttng-relayd.h utils.h utils.c cmd.h \
                        viewer-stream.h viewer-stream.c \
                        session.c session.h \
                        stream.c stream.h \
-                       connection.c connection.h
+                       stream-fd.c stream-fd.h \
+                       connection.c connection.h \
+                       viewer-session.c viewer-session.h
 
 # link on liblttngctl for check if relayd is already alive.
 lttng_relayd_LDADD = -lrt -lurcu-common -lurcu \
This page took 0.024344 seconds and 5 git commands to generate.