]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/Makefile.am
Major overhaul:
[flightgear.git] / src / Sound / Makefile.am
index 385d43cdd7875141ec36f56305cec40f84344482..ef3619b84c446ff0017cd60aa08d9c23024d0660 100644 (file)
@@ -1,7 +1,14 @@
 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