]> git.mxchange.org Git - flightgear.git/blob - src/Sound/Makefile.am
Added marker beacon sound effects.
[flightgear.git] / src / Sound / Makefile.am
1 noinst_LIBRARIES = libSound.a
2
3 libSound_a_SOURCES = \
4         beacon.cxx beacon.hxx \
5         morse.cxx morse.hxx \
6         soundmgr.cxx soundmgr.hxx
7
8 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src