Make consumer verbose only with --verbose-consumer option
[lttng-tools.git] / lttng-consumerd / Makefile.am
index 2c1d56419082ca5bd34c2d2eecefa19c7c1fafe3..9e8d036da6c9d74191f1c400ea3ad741c19716f9 100644 (file)
@@ -7,8 +7,9 @@ lttng_consumerd_SOURCES = lttng-consumerd.c
 lttng_consumerd_LDADD = \
           $(top_builddir)/libkernelctl/libkernelctl.la \
           $(top_builddir)/liblttng-consumer/liblttng-consumer.la \
-          $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la
+          $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la \
+          $(top_builddir)/common/libcommon.la
 
-if LTTNG_TOOLS_HAVE_UST
-lttng_consumerd_LDADD += -lustctl
+if HAVE_LIBLTTNG_UST_CTL
+lttng_consumerd_LDADD += -llttng-ust-ctl
 endif
This page took 0.022945 seconds and 4 git commands to generate.