Fix: Support out of tree builds in babeltrace
authorLars Persson <lars.persson@axis.com>
Wed, 12 Mar 2014 07:12:46 +0000 (08:12 +0100)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 15 Jul 2014 16:31:58 +0000 (12:31 -0400)
Signed-off-by: Lars Persson <larper@axis.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/lttng-live/Makefile.am

index c8346995277e07a6ce73fd13d536e07f0df7a91b..2c6b0bd13cbb20ee03849db7763027517f176468 100644 (file)
@@ -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
 
This page took 0.024481 seconds and 4 git commands to generate.