]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/Makefile.am
Correct (and verrified) position, orientation and velocity vector. Todo: proper sound...
[flightgear.git] / src / Sound / Makefile.am
index 00588500680f9ff7034de6955ee379f4d4b23a4a..1512dd36943dead850dcc07bd357cb83397d644c 100644 (file)
@@ -4,6 +4,7 @@ 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
 
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src