X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fmulti-session%2FMakefile.am;h=aaaf2ff0413a86ff34283d34ac454944bf79a451;hb=a4cc1b1ff4fc661a3980bbe2ceba789acf05dfce;hp=b27e05b7981f01109f89e7c307bca8f83db59c95;hpb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;p=lttng-tools.git diff --git a/tests/regression/ust/multi-session/Makefile.am b/tests/regression/ust/multi-session/Makefile.am index b27e05b79..aaaf2ff04 100644 --- a/tests/regression/ust/multi-session/Makefile.am +++ b/tests/regression/ust/multi-session/Makefile.am @@ -2,9 +2,13 @@ AM_CFLAGS += -I$(srcdir) +# Disable some warnings flags to accomodate the tracepoint headers +AM_CFLAGS += \ + -Wno-redundant-decls + noinst_PROGRAMS = gen-nevents gen_nevents_SOURCES = gen-nevents.c tp.c ust_gen_nevents.h -gen_nevents_LDADD = $(UST_LIBS) -lurcu-bp $(DL_LIBS) +gen_nevents_LDADD = $(UST_LIBS) $(DL_LIBS) noinst_SCRIPTS = test_multi_session EXTRA_DIST = test_multi_session