From: Lars Persson Date: Wed, 12 Mar 2014 07:12:46 +0000 (+0100) Subject: Fix: Support out of tree builds in babeltrace X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=26b545c0919f72c7e1e1fb09b7b155367753082d;p=deliverable%2Fbabeltrace.git 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 c83469952..2c6b0bd13 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