]> git.mxchange.org Git - flightgear.git/blob - src/Sound/Makefile.am
This is step "1" of probably "many" in the process of separating out the
[flightgear.git] / src / Sound / Makefile.am
1 noinst_LIBRARIES = libSound.a
2
3 libSound_a_SOURCES = \
4         beacon.cxx beacon.hxx \
5         fg_sound.cxx fg_sound.hxx \
6         fg_fx.cxx fg_fx.hxx \
7         morse.cxx morse.hxx \
8         soundmgr.cxx soundmgr.hxx
9
10 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src