From: Lars Persson Date: Wed, 12 Mar 2014 07:12:46 +0000 (+0100) Subject: Fix: Support out of tree builds in babeltrace X-Git-Tag: v1.2.2~1 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=be595eb64d2433703f5e5c0bf724546ed749e5f0 Fix: Support out of tree builds in babeltrace Signed-off-by: Lars Persson Signed-off-by: Mathieu Desnoyers --- 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