X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fcompile%2Fhello.cxx%2FMakefile.am;h=c89c27e76e952aba48af94ad013e15a25f2a236c;hb=b9f99b070ea44396061eae8bf0e8cfca8ef11f32;hp=153ca1e1078ebb205d186b8bd119b577c758b08e;hpb=6339062a5bbe886493d0691d13e28e37a7206362;p=lttng-ust.git diff --git a/tests/compile/hello.cxx/Makefile.am b/tests/compile/hello.cxx/Makefile.am index 153ca1e1..c89c27e7 100644 --- a/tests/compile/hello.cxx/Makefile.am +++ b/tests/compile/hello.cxx/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.cpp tp-cpp.cpp ust_tests_hello.h