X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FSound%2FMakefile.am;h=1512dd36943dead850dcc07bd357cb83397d644c;hb=d39841d2dfdf82e1d590ab331888e3a392d199c6;hp=57fad4fd96c02f42bfa0a20439785681fd533bde;hpb=1fa4c88d0e6e5654bcd6e9738ebf4af6dc0bba50;p=flightgear.git diff --git a/src/Sound/Makefile.am b/src/Sound/Makefile.am index 57fad4fd9..1512dd369 100644 --- a/src/Sound/Makefile.am +++ b/src/Sound/Makefile.am @@ -4,10 +4,7 @@ libSound_a_SOURCES = \ beacon.cxx beacon.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