]> git.mxchange.org Git - flightgear.git/blob - src/Sound/Makefile.am
Some more refactoring of the radios
[flightgear.git] / src / Sound / Makefile.am
1 noinst_LIBRARIES = libSound.a
2
3 libSound_a_SOURCES = \
4         audioident.cxx audioident.hxx \
5         soundgenerator.cxx soundgenerator.hxx \
6         beacon.cxx beacon.hxx \
7         fg_fx.cxx fg_fx.hxx \
8         morse.cxx morse.hxx \
9         voice.cxx voice.hxx \
10         sample_queue.cxx sample_queue.hxx \
11         voiceplayer.cxx voiceplayer.hxx
12
13 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src