Fix handling of sessiond respawn after a SIGKILL
[lttng-tools.git] / ltt-sessiond / Makefile.am
index 0480840958ae35ebdf564e8a0706c7e68babe456..26861735030c6c2706ac48bf857b19c853769820 100644 (file)
@@ -11,7 +11,9 @@ ltt_sessiond_SOURCES = utils.c trace.c session.c traceable-app.c ust-ctl.c \
                        utils.h trace.h session.h traceable-app.h ust-ctl.h \
                        context.h kernel-ctl.h ltt-sessiond.h
 
                        utils.h trace.h session.h traceable-app.h ust-ctl.h \
                        context.h kernel-ctl.h ltt-sessiond.h
 
+# link on liblttngctl for check if sessiond is already alive.
 ltt_sessiond_LDADD = \
                 $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \
                 $(top_builddir)/libkernelctl/libkernelctl.la \
 ltt_sessiond_LDADD = \
                 $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \
                 $(top_builddir)/libkernelctl/libkernelctl.la \
-                $(top_builddir)/libustctl/libustctl.la
+                $(top_builddir)/libustctl/libustctl.la \
+                $(top_builddir)/liblttngctl/liblttngctl.la
This page took 0.022837 seconds and 4 git commands to generate.