Fix: wrong data structure used in commit df41f83
[lttng-tools.git] / src / bin / lttng-relayd / Makefile.am
index 1b9ef08a968d1b871187cff2f0805fc9b6c076a1..7db4752d4e07127deabc5b3ea78f78f608f7f741 100644 (file)
@@ -15,7 +15,9 @@ lttng_relayd_SOURCES = main.c lttng-relayd.h utils.h utils.c cmd.h \
                        health-relayd.c health-relayd.h \
                        lttng-viewer-abi.h testpoint.h \
                        viewer-stream.h viewer-stream.c \
-                       session.c session.h
+                       session.c session.h \
+                       stream.c stream.h \
+                       connection.c connection.h
 
 # link on liblttngctl for check if relayd is already alive.
 lttng_relayd_LDADD = -lrt -lurcu-common -lurcu \
This page took 0.025299 seconds and 4 git commands to generate.