[lttng-dev] Compile out of src tree

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Tue Jan 15 08:48:50 EST 2013


* paul.chavent at fnac.net (paul.chavent at fnac.net) wrote:
> Hi.
> 
> Just a little patch in order to succeed building out of src tree.

Good point!

Acked-by: Mathieu Desnoyers <mathieu.desnoyers at efficios.com>

> 
> Regards.
> 
> Paul.
> 
> diff --git a/tests/tools/health/Makefile.am b/tests/tools/health/Makefile.am
> index 26d2461..1424f63 100644
> --- a/tests/tools/health/Makefile.am
> +++ b/tests/tools/health/Makefile.am
> @@ -1,4 +1,4 @@
> -AM_CFLAGS = -I. -O2 -g -I../../../include
> +AM_CFLAGS = -I$(srcdir) -O2 -g -I$(top_srcdir)/include
>  AM_LDFLAGS =
>  
>  if LTTNG_TOOLS_BUILD_WITH_LIBDL
> 
> 
> 
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list