Clean-up: relayd index: change spaces to tabs
[lttng-tools.git] / src / bin / lttng-consumerd / Makefile.am
index b7401de88c30a2a3c2d9401557f4ef923f4e4410..112e360d0db40706915961bcba27bd6d2174bcc6 100644 (file)
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
+# SPDX-License-Identifier: GPL-2.0-only
 
 lttnglibexec_PROGRAMS = lttng-consumerd
 
@@ -18,5 +18,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.023784 seconds and 4 git commands to generate.