]> git.mxchange.org Git - simgear.git/blob - simgear/sound/Makefile.am
Move the FlightGear sound code over to SimGear
[simgear.git] / simgear / sound / Makefile.am
1 includedir = @includedir@/sound
2
3 lib_LIBRARIES = libsgsound.a
4
5 noinst_HEADERS =
6
7 include_HEADERS = sound.hxx soundmgr.hxx
8
9 libsgsound_a_SOURCES = sound.cxx soundmgr.cxx
10
11 INCLUDES = -I$(top_srcdir)