X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Ftype-declarations%2FMakefile.am;h=64bb56ce1f77b322d664ac9bf9267bd0053b595c;hb=1970828049d051d5cb485dfab995081b4550fd2a;hp=dd4eda26bfba225dffd8102e06c97b9017732a61;hpb=20dd2de1fa1efe1519d1b6e88386efa89d60d1b9;p=lttng-tools.git diff --git a/tests/regression/ust/type-declarations/Makefile.am b/tests/regression/ust/type-declarations/Makefile.am index dd4eda26b..64bb56ce1 100644 --- a/tests/regression/ust/type-declarations/Makefile.am +++ b/tests/regression/ust/type-declarations/Makefile.am @@ -1,5 +1,11 @@ +# SPDX-License-Identifier: GPL-2.0-only + AM_CPPFLAGS += -I$(srcdir) +# Disable some warnings flags to accomodate the tracepoint headers +AM_CFLAGS += \ + -Wno-redundant-decls + noinst_PROGRAMS = type-declarations type_declarations_SOURCES = type-declarations.c ust_tests_td.h type_declarations_LDADD = $(UST_LIBS) $(DL_LIBS)