]> git.mxchange.org Git - flightgear.git/blob - src/Sound/Makefile.am
Continuous replay: use correct replay duration
[flightgear.git] / src / Sound / Makefile.am
1 noinst_LIBRARIES = libSound.a
2
3 libSound_a_SOURCES = \
4         beacon.cxx beacon.hxx \
5         fg_fx.cxx fg_fx.hxx \
6         morse.cxx morse.hxx \
7         voice.cxx voice.hxx \
8         sample_queue.cxx sample_queue.hxx \
9         voiceplayer.cxx voiceplayer.hxx
10
11 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src