From: Erik Hofman Date: Sat, 19 Mar 2011 15:04:32 +0000 (+0100) Subject: Make sure Include/config.h gets found which is located in /src X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=51a6302f48de5a5a0ac7311a36522b1d66494967;p=flightgear.git Make sure Include/config.h gets found which is located in /src --- diff --git a/src/Sound/Makefile.am b/src/Sound/Makefile.am index 4cd2df9e2..e6799c233 100644 --- a/src/Sound/Makefile.am +++ b/src/Sound/Makefile.am @@ -8,4 +8,4 @@ libSound_a_SOURCES = \ sample_queue.cxx sample_queue.hxx \ voiceplayer.cxx voiceplayer.hxx -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src