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