Re: [lttng-dev] [PATCH urcu] Fix: typo CPPLAGS in examples Makefile

2019-04-22 Thread Mathieu Desnoyers
Hi, Merged into master, and backported to 0.10 and 0.9, thanks! Mathieu - On Apr 22, 2019, at 12:04 PM, Michael Jeanson mjean...@efficios.com wrote: > Overriding CPPFLAGS throught the environment was ignored for the > examples. > > Signed-off-by: Michael Jeanson > --- > doc/examples/Makef

[lttng-dev] [PATCH urcu] Fix: typo CPPLAGS in examples Makefile

2019-04-22 Thread Michael Jeanson
Overriding CPPFLAGS throught the environment was ignored for the examples. Signed-off-by: Michael Jeanson --- doc/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 3c3d152..edf00eb 100644 --- a/doc/e