]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/Makefile.am
Some more refactoring of the radios
[flightgear.git] / src / Sound / Makefile.am
index 1512dd36943dead850dcc07bd357cb83397d644c..87100174390dcd1bad184a94d7f288b5b9b70089 100644 (file)
@@ -1,10 +1,13 @@
 noinst_LIBRARIES = libSound.a
 
 libSound_a_SOURCES = \
+       audioident.cxx audioident.hxx \
+       soundgenerator.cxx soundgenerator.hxx \
        beacon.cxx beacon.hxx \
        fg_fx.cxx fg_fx.hxx \
        morse.cxx morse.hxx \
        voice.cxx voice.hxx \
-       sample_queue.cxx sample_queue.hxx
+       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