X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fhello.cxx%2FMakefile.am;h=3e84796a731b4ecf965e57bae6d0f0f967190e99;hb=67e5f39161d80ea3d972a37ecf76f45a260c480d;hp=81c2a5017f1c7283a77395c05ce4fe8d9012cb89;hpb=6b79f035b5ffe3afb23ee9079d30f9fbaf7de514;p=lttng-ust.git diff --git a/tests/hello.cxx/Makefile.am b/tests/hello.cxx/Makefile.am index 81c2a501..3e84796a 100644 --- a/tests/hello.cxx/Makefile.am +++ b/tests/hello.cxx/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include -Wsystem-headers noinst_PROGRAMS = hello hello_SOURCES = hello.cpp tp.c ust_tests_hello.h