X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FSound%2FMakefile.am;h=a43e8992792226c247d391e7aad90e6c8233d9d0;hb=e5221f375882809cfe34643395f2523d8e962ae1;hp=ef3619b84c446ff0017cd60aa08d9c23024d0660;hpb=d514e8c255eee681f1de8d18d4e132e1f6d02076;p=flightgear.git diff --git a/src/Sound/Makefile.am b/src/Sound/Makefile.am index ef3619b84..a43e89927 100644 --- a/src/Sound/Makefile.am +++ b/src/Sound/Makefile.am @@ -2,13 +2,7 @@ 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 + morse.cxx morse.hxx -if OLD_AUTOMAKE -INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src -else INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -endif