X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fmulti-lib%2FMakefile.am;h=7fdcb8ac1acdfc03fb9ba87dd9e8ad00fc2951cb;hb=1970828049d051d5cb485dfab995081b4550fd2a;hp=52a1635c24671a952736cd8fbc0e744e51574c9e;hpb=bba3a92683b093602c843bc1ecc6ca9e92a1033f;p=lttng-tools.git diff --git a/tests/regression/ust/multi-lib/Makefile.am b/tests/regression/ust/multi-lib/Makefile.am index 52a1635c2..7fdcb8ac1 100644 --- a/tests/regression/ust/multi-lib/Makefile.am +++ b/tests/regression/ust/multi-lib/Makefile.am @@ -1,3 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0-only + +# Disable some warnings flags to accomodate the tracepoint headers +AM_CFLAGS += \ + -Wno-redundant-decls + noinst_SCRIPTS = test_multi_lib EXTRA_DIST = test_multi_lib noinst_PROGRAMS = exec-with-callsites exec-without-callsites