X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FSound%2FMakefile.am;h=a43e8992792226c247d391e7aad90e6c8233d9d0;hb=e5221f375882809cfe34643395f2523d8e962ae1;hp=57fad4fd96c02f42bfa0a20439785681fd533bde;hpb=1fa4c88d0e6e5654bcd6e9738ebf4af6dc0bba50;p=flightgear.git diff --git a/src/Sound/Makefile.am b/src/Sound/Makefile.am index 57fad4fd9..a43e89927 100644 --- a/src/Sound/Makefile.am +++ b/src/Sound/Makefile.am @@ -3,11 +3,6 @@ noinst_LIBRARIES = libSound.a libSound_a_SOURCES = \ beacon.cxx beacon.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