[lttng-dev] Compile out of src tree

paul.chavent at fnac.net paul.chavent at fnac.net
Tue Jan 15 07:36:16 EST 2013


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






More information about the lttng-dev mailing list