From 26b545c0919f72c7e1e1fb09b7b155367753082d Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Wed, 12 Mar 2014 08:12:46 +0100 Subject: [PATCH] Fix: Support out of tree builds in babeltrace Signed-off-by: Lars Persson Signed-off-by: Mathieu Desnoyers --- formats/lttng-live/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formats/lttng-live/Makefile.am b/formats/lttng-live/Makefile.am index c8346995..2c6b0bd1 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 -- 2.34.1