X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fdemo%2FMakefile.am;h=6e4a603b7aa78541154b92f7dd1fbc2398285b48;hb=ff412fb523eeacd9f2b698ccefc4f716ace9afd0;hp=40e43690e11c28a2a41faa4646206a92990f9378;hpb=f1fffc5728684ddf7ec3c674515c313e693bd3c4;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