]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/Makefile.am
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / Sound / Makefile.am
index 57fad4fd96c02f42bfa0a20439785681fd533bde..3889f4215a8d6d6bfa9c8d76af7b6e885389f90d 100644 (file)
@@ -2,12 +2,9 @@ noinst_LIBRARIES = libSound.a
 
 libSound_a_SOURCES = \
        beacon.cxx beacon.hxx \
+       fg_sound.cxx fg_sound.hxx \
        fg_fx.cxx fg_fx.hxx \
        morse.cxx morse.hxx \
        soundmgr.cxx soundmgr.hxx
 
-if OLD_AUTOMAKE
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
-else
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
-endif