Introduce libcommon-lgpl for liblttng-ctl
[lttng-tools.git] / src / common / ust-consumer / Makefile.am
index ab8d38add5fc1fe5b3608ceee8446c9cfce4e7a0..914c00a2bb899a736213d3eea3e456f9f879fdfa 100644 (file)
@@ -1,13 +1,11 @@
-if HAVE_LIBLTTNG_UST_CTL
+# SPDX-License-Identifier: GPL-2.0-only
 
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
+if HAVE_LIBLTTNG_UST_CTL
 
 noinst_LTLIBRARIES = libust-consumer.la
 
 libust_consumer_la_SOURCES = ust-consumer.c ust-consumer.h
 
-libust_consumer_la_LIBADD = \
-                       -llttng-ust-ctl \
-                       $(top_builddir)/src/common/relayd/librelayd.la
+libust_consumer_la_LIBADD = $(UST_CTL_LIBS)
 
 endif
This page took 0.024999 seconds and 4 git commands to generate.