Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [lttng-dev] Compile out of src tree
@ 2013-01-15 12:36 paul.chavent
  2013-01-15 13:48 ` Mathieu Desnoyers
  0 siblings, 1 reply; 2+ messages in thread
From: paul.chavent @ 2013-01-15 12:36 UTC (permalink / raw)


Hi.

Just a little patch in order to succeed building out of src tree.

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






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [lttng-dev] Compile out of src tree
  2013-01-15 12:36 [lttng-dev] Compile out of src tree paul.chavent
@ 2013-01-15 13:48 ` Mathieu Desnoyers
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Desnoyers @ 2013-01-15 13:48 UTC (permalink / raw)


* 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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-15 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-15 12:36 [lttng-dev] Compile out of src tree paul.chavent
2013-01-15 13:48 ` Mathieu Desnoyers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox