]> git.mxchange.org Git - flightgear.git/commitdiff
Make sure Include/config.h gets found which is located in /src
authorErik Hofman <erik@ehofman.com>
Sat, 19 Mar 2011 15:04:32 +0000 (16:04 +0100)
committerErik Hofman <erik@ehofman.com>
Sat, 19 Mar 2011 15:04:32 +0000 (16:04 +0100)
src/Sound/Makefile.am

index 4cd2df9e2a3b12c146d5fbb21424b4512a068e09..e6799c233b4ec9ed1067550c3719549fc1e871f9 100644 (file)
@@ -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