X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fregression%2Fust%2Fust-dl%2FMakefile.am;h=2176b23bce4855bf770253ffc1304e646dc0155f;hb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;hp=9889e85a49ad1b3179dfbd12d9eeb2a5946d538a;hpb=7d6bf31b5523a262ed7a5f488ca803e6e0a0d25a;p=lttng-tools.git diff --git a/tests/regression/ust/ust-dl/Makefile.am b/tests/regression/ust/ust-dl/Makefile.am index 9889e85a4..2176b23bc 100644 --- a/tests/regression/ust/ust-dl/Makefile.am +++ b/tests/regression/ust/ust-dl/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + if NO_SHARED # Do not build this test if shared libraries support was # explicitly disabled. @@ -19,7 +21,7 @@ AM_CPPFLAGS += -I$(srcdir) -g noinst_PROGRAMS = prog prog_SOURCES = prog.c -prog_LDADD = -ldl +prog_LDADD = $(DL_LIBS) noinst_LTLIBRARIES = libzzz.la libbar.la libfoo.la libtp.la