X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FSound%2FMakefile.am;h=a43e8992792226c247d391e7aad90e6c8233d9d0;hb=e5221f375882809cfe34643395f2523d8e962ae1;hp=385d43cdd7875141ec36f56305cec40f84344482;hpb=815d49e86a845fbb58b9acf2cf8e24219b63c4e0;p=flightgear.git diff --git a/src/Sound/Makefile.am b/src/Sound/Makefile.am index 385d43cdd..a43e89927 100644 --- a/src/Sound/Makefile.am +++ b/src/Sound/Makefile.am @@ -1,7 +1,8 @@ noinst_LIBRARIES = libSound.a libSound_a_SOURCES = \ - morse.cxx morse.hxx \ - soundmgr.cxx soundmgr.hxx + beacon.cxx beacon.hxx \ + fg_fx.cxx fg_fx.hxx \ + morse.cxx morse.hxx -INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src