X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-dl%2FMakefile.am;h=366b02bb0eb9daf13e10847a77e00bd8cee653cc;hb=1970828049d051d5cb485dfab995081b4550fd2a;hp=385d448241472e1e42a5d45be63bee2424488117;hpb=818df80b8b47b736056088fd7d75263a21f6a5a9;p=lttng-tools.git diff --git a/tests/regression/ust/ust-dl/Makefile.am b/tests/regression/ust/ust-dl/Makefile.am index 385d44824..366b02bb0 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. @@ -13,13 +15,17 @@ else objcopy_verbose = $(objcopy_verbose_@AM_V@) objcopy_verbose_ = $(objcopy_verbose_@AM_DEFAULT_V@) -objcopy_verbose_0 = @echo OBJCOPY $@; +objcopy_verbose_0 = @echo " OBJCOPY " $@; + +AM_CPPFLAGS += -I$(srcdir) -g -AM_CPPFLAGS = -I$(srcdir) -g +# Disable some warnings flags to accomodate the tracepoint headers +AM_CFLAGS += \ + -Wno-redundant-decls noinst_PROGRAMS = prog prog_SOURCES = prog.c -prog_LDADD = -ldl +prog_LDADD = $(DL_LIBS) noinst_LTLIBRARIES = libzzz.la libbar.la libfoo.la libtp.la @@ -67,7 +73,7 @@ libtp.so: libtp.la @cp -f .libs/libtp.so libtp.so noinst_SCRIPTS = test_ust-dl test_ust-dl.py -EXTRA_DIST = test_ust-dl test_ust-dl.py +EXTRA_DIST = test_ust-dl.py all-local: libfoo.so libbar.so libzzz.so libtp.so @if [ x"$(srcdir)" != x"$(builddir)" ]; then \