X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-consumerd%2FMakefile.am;h=2c2ee1d756bae162ab72062d9ba8b8484bbd344b;hb=0f8f94b12c51004589e0ea668346a46b0412cf4f;hp=acb8d7d44b896ba639245cf8f6a4f05375e6cba8;hpb=fbc08f38de61a27756c2e667715db8dce7fcb15e;p=lttng-tools.git diff --git a/src/bin/lttng-consumerd/Makefile.am b/src/bin/lttng-consumerd/Makefile.am index acb8d7d44..2c2ee1d75 100644 --- a/src/bin/lttng-consumerd/Makefile.am +++ b/src/bin/lttng-consumerd/Makefile.am @@ -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 @@ -9,12 +9,13 @@ lttng_consumerd_SOURCES = lttng-consumerd.c \ lttng_consumerd_LDADD = \ $(top_builddir)/src/common/consumer/libconsumer.la \ - $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \ - $(top_builddir)/src/common/libcommon.la \ + $(top_builddir)/src/common/libcommon-gpl.la \ $(top_builddir)/src/common/index/libindex.la \ $(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