]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/Makefile.am
Some more refactoring of the radios
[flightgear.git] / src / Sound / Makefile.am
index 4cd2df9e2a3b12c146d5fbb21424b4512a068e09..87100174390dcd1bad184a94d7f288b5b9b70089 100644 (file)
@@ -1,6 +1,8 @@
 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 \
@@ -8,4 +10,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