Network streaming support
[lttng-tools.git] / src / bin / lttng-sessiond / Makefile.am
index 9b9713b2b068c8e89d1b636895e840bfa16385ed..c9201f5dab1a13ba31b9fad1096165469702df6b 100644 (file)
@@ -17,6 +17,7 @@ lttng_sessiond_SOURCES = utils.c utils.h \
                        modprobe.c modprobe.h kern-modules.h \
                        lttng-ust-ctl.h lttng-ust-abi.h \
                        fd-limit.c fd-limit.h \
+                       consumer.c consumer.h \
                        kernel-consumer.c kernel-consumer.h \
                        consumer.h
 
@@ -34,7 +35,8 @@ lttng_sessiond_LDADD = -lrt -lurcu-common -lurcu \
                $(top_builddir)/src/common/kernel-ctl/libkernel-ctl.la \
                $(top_builddir)/src/common/hashtable/libhashtable.la \
                $(top_builddir)/src/common/libcommon.la \
-               $(top_builddir)/src/common/compat/libcompat.la
+               $(top_builddir)/src/common/compat/libcompat.la \
+               $(top_builddir)/src/common/relayd/librelayd.la
 
 if HAVE_LIBLTTNG_UST_CTL
 lttng_sessiond_LDADD += -llttng-ust-ctl
This page took 0.024073 seconds and 5 git commands to generate.