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

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