Move to kernel style SPDX license identifiers
[lttng-tools.git] / src / bin / lttng-consumerd / Makefile.am
index acb8d7d44b896ba639245cf8f6a4f05375e6cba8..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
 
@@ -15,6 +15,8 @@ lttng_consumerd_LDADD = \
           $(top_builddir)/src/common/health/libhealth.la \
           $(top_builddir)/src/common/testpoint/libtestpoint.la
 
+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.023306 seconds and 4 git commands to generate.