From: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx> adding tools to include folder list avoids out-of-source build breakage --- Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9f26b06..8bc6cfe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -441,7 +441,8 @@ AM_CFLAGS = @DBUS_CFLAGS@ @GLIB_CFLAGS@ @CAPNG_CFLAGS@ INCLUDES = -I$(builddir)/lib -I$(builddir)/src -I$(srcdir)/src \ -I$(srcdir)/audio -I$(srcdir)/sbc -I$(srcdir)/gdbus \ - -I$(srcdir)/attrib -I$(srcdir)/btio + -I$(srcdir)/attrib -I$(srcdir)/btio -I$(srcdir)/tools \ + -I$(builddir)/tools if MCAP INCLUDES += -I$(builddir)/health -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html