X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fcompile%2Fhello%2FMakefile.am;h=e212d922b97ee51154a3197731dcad517cf4a009;hb=4405cc3e105e60c95939e595b8dddcd0940a0b92;hp=2ff99328c07362a4a9f2e9acc100e40992b1a173;hpb=6339062a5bbe886493d0691d13e28e37a7206362;p=lttng-ust.git diff --git a/tests/compile/hello/Makefile.am b/tests/compile/hello/Makefile.am index 2ff99328..e212d922 100644 --- a/tests/compile/hello/Makefile.am +++ b/tests/compile/hello/Makefile.am @@ -1,6 +1,6 @@ # SPDX-License-Identifier: LGPL-2.1-only -AM_CPPFLAGS += -I$(srcdir) -Wsystem-headers +AM_CPPFLAGS += -I$(srcdir) noinst_PROGRAMS = hello hello_SOURCES = hello.c tp.c ust_tests_hello.h