Use pkgconfig to detect and configure liblttng-ust
[lttng-tools.git] / src / bin / lttng-consumerd / Makefile.am
index 9d54309cf1b85751be5810007ad5ee3fc3f40322..0659a34a0b3469c41c077fa11d4fd09d67167d67 100644 (file)
@@ -16,5 +16,5 @@ lttng_consumerd_LDADD = \
 lttng_consumerd_LDFLAGS = -rdynamic
 
 if HAVE_LIBLTTNG_UST_CTL
-lttng_consumerd_LDADD += -llttng-ust-ctl
+lttng_consumerd_LDADD += $(UST_CTL_LIBS)
 endif
This page took 0.023244 seconds and 4 git commands to generate.