Hi Lucas/Johan, On Thu, Oct 4, 2012 at 2:37 AM, Lucas De Marchi <lucas.demarchi@xxxxxxxxxxxxxx> wrote: > Makefile.am:410: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') > --- > Makefile.am | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > index dea207e..3b08f9a 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -407,13 +407,13 @@ AM_YFLAGS = -d > > AM_CFLAGS += @DBUS_CFLAGS@ @GLIB_CFLAGS@ > > -INCLUDES = -I$(builddir)/lib -I$(builddir)/src -I$(srcdir)/src \ > +AM_CPPFLAGS = -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)/tools \ > -I$(builddir)/tools -I$(srcdir)/monitor > > if MCAP > -INCLUDES += -I$(builddir)/health > +AM_CPPFLAGS += -I$(builddir)/health > endif This reminds me that the patch I sent few days ago which removes the snippet above (which is unnecessary, given the directory does not exist anymore and profiles/health still builds just fine) was not applied yet. I'll rebase and resend. There were comments from Marcel regarding the use of symlinks for drivers (i.e. telephony, sap), which will be addressed in a separate patch. Best Regards, -- Anderson Lizardo Instituto Nokia de Tecnologia - INdT Manaus - Brazil -- 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