From 25378e336ac9fdd17dbb78e79c5994f3f89794eb Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 12 Jan 2022 15:23:09 -0500 Subject: [PATCH] Link lttng executable on libcommon-lgpl.a MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Allows testing whether liblttng-ctl.so has any dependency on libcommon-gpl.a. Will trigger a link-time failure if it is the case. Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau Change-Id: Ie6f864dccdd61f896a7e238e202dc6188ec4f9c5 --- src/bin/lttng/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng/Makefile.am b/src/bin/lttng/Makefile.am index 3a16161f1..de23c2412 100644 --- a/src/bin/lttng/Makefile.am +++ b/src/bin/lttng/Makefile.am @@ -34,7 +34,7 @@ lttng_SOURCES = command.h conf.c conf.h commands/start.c \ lttng_CFLAGS = $(AM_CFLAGS) $(POPT_CFLAGS) lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \ - $(top_builddir)/src/common/libcommon-gpl.la \ + $(top_builddir)/src/common/libcommon-lgpl.la \ $(top_builddir)/src/common/config/libconfig.la \ $(top_builddir)/src/common/string-utils/libstring-utils.la \ $(POPT_LIBS) -- 2.34.1