]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/Makefile.am
Fix some compiler warnings.
[flightgear.git] / src / Sound / Makefile.am
index bbb3a7258b578bb89b3dca8abd8e4a1922c6dd50..a43e8992792226c247d391e7aad90e6c8233d9d0 100644 (file)
@@ -2,7 +2,7 @@ noinst_LIBRARIES = libSound.a
 
 libSound_a_SOURCES = \
        beacon.cxx beacon.hxx \
-       morse.cxx morse.hxx \
-       soundmgr.cxx soundmgr.hxx
+       fg_fx.cxx fg_fx.hxx \
+       morse.cxx morse.hxx
 
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src