From 3819e1a6bb13a547650e460014c1927c45371374 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Wed, 28 Dec 2011 10:53:37 +0100 Subject: [PATCH] add tools to include folder list adding tools to include folder list avoids out-of-source build breakage --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9f26b0633..8bc6cfe69 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 -- 2.47.3