X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-consumerd%2FMakefile.am;fp=src%2Fbin%2Flttng-consumerd%2FMakefile.am;h=b7401de88c30a2a3c2d9401557f4ef923f4e4410;hp=acb8d7d44b896ba639245cf8f6a4f05375e6cba8;hb=80957876b66b7b666a01680a4f5f44f81a79063b;hpb=01ea340e0a3914f12a50875e6477bfd9a9eee099 diff --git a/src/bin/lttng-consumerd/Makefile.am b/src/bin/lttng-consumerd/Makefile.am index acb8d7d44..b7401de88 100644 --- a/src/bin/lttng-consumerd/Makefile.am +++ b/src/bin/lttng-consumerd/Makefile.am @@ -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 endif