X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-dl%2FMakefile.am;h=366b02bb0eb9daf13e10847a77e00bd8cee653cc;hb=1970828049d051d5cb485dfab995081b4550fd2a;hp=c51e072fc62efedd157c2a25aa9881c54e9ca319;hpb=b6151646d77a70cd8054543c07924c840646950b;p=lttng-tools.git diff --git a/tests/regression/ust/ust-dl/Makefile.am b/tests/regression/ust/ust-dl/Makefile.am index c51e072fc..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. @@ -17,6 +19,10 @@ objcopy_verbose_0 = @echo " OBJCOPY " $@; 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 = $(DL_LIBS)