]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/Makefile.am
Merge branch 'next' into durk-atc
[flightgear.git] / src / Sound / Makefile.am
index 57fad4fd96c02f42bfa0a20439785681fd533bde..e6799c233b4ec9ed1067550c3719549fc1e871f9 100644 (file)
@@ -4,10 +4,8 @@ libSound_a_SOURCES = \
        beacon.cxx beacon.hxx \
        fg_fx.cxx fg_fx.hxx \
        morse.cxx morse.hxx \
-       soundmgr.cxx soundmgr.hxx
+       voice.cxx voice.hxx \
+       sample_queue.cxx sample_queue.hxx \
+       voiceplayer.cxx voiceplayer.hxx
 
-if OLD_AUTOMAKE
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
-else
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
-endif
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src