X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fdemo%2FMakefile.am;h=6e4a603b7aa78541154b92f7dd1fbc2398285b48;hb=e81a53afbf8fc88951cace52adc45bb02994fe55;hp=40e43690e11c28a2a41faa4646206a92990f9378;hpb=4937e69d8f911d5e7c6e835c1ae0f924188f8293;p=lttng-ust.git diff --git a/tests/demo/Makefile.am b/tests/demo/Makefile.am index 40e43690..6e4a603b 100644 --- a/tests/demo/Makefile.am +++ b/tests/demo/Makefile.am @@ -1,4 +1,6 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include +# -Wsystem-headers is needed to print warnings in the tracepoint +# description file. +AM_CPPFLAGS = -I$(top_srcdir)/include -Wsystem-headers # We install the plugins into the /tmp/lttng-ust-divert directory to # please libtool, which absolutely needs a target install location. We