From 51a6302f48de5a5a0ac7311a36522b1d66494967 Mon Sep 17 00:00:00 2001 From: Erik Hofman Date: Sat, 19 Mar 2011 16:04:32 +0100 Subject: [PATCH] Make sure Include/config.h gets found which is located in /src --- src/Sound/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5