[lttng-dev] [PATCH babeltrace] Fix: Support out of tree builds in babeltrace.
Lars Persson
lars.persson at axis.com
Wed Mar 12 03:12:46 EDT 2014
Signed-off-by: Lars Persson <larper at axis.com>
---
formats/lttng-live/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/formats/lttng-live/Makefile.am b/formats/lttng-live/Makefile.am
index c834699..2c6b0bd 100644
--- a/formats/lttng-live/Makefile.am
+++ b/formats/lttng-live/Makefile.am
@@ -1,4 +1,4 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_builddir)/include
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)
lib_LTLIBRARIES = libbabeltrace-lttng-live.la
--
1.7.2.5
More information about the lttng-dev
mailing list