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