Fix: wrong data structure used in commit df41f83
[lttng-tools.git] / src / bin / lttng-relayd / Makefile.am
index 95865bc31e69a2520119f563a6dc375dcafc987b..7db4752d4e07127deabc5b3ea78f78f608f7f741 100644 (file)
@@ -16,7 +16,8 @@ lttng_relayd_SOURCES = main.c lttng-relayd.h utils.h utils.c cmd.h \
                        lttng-viewer-abi.h testpoint.h \
                        viewer-stream.h viewer-stream.c \
                        session.c session.h \
-                       stream.c stream.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.041862 seconds and 4 git commands to generate.