X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FYASim%2FMakefile.am;h=2d4e557ae1b68c8f8bee1ad7f98aa45bd990fc00;hb=c62048d5e26a2931f2a0f5fa7e94b3f7203e4762;hp=8619c58a4cf20f196618b82474dd5548bab4417f;hpb=f9b85dc2fd3995fe5f8d4227a9a9abc77c5f8a42;p=flightgear.git diff --git a/src/FDM/YASim/Makefile.am b/src/FDM/YASim/Makefile.am index 8619c58a4..2d4e557ae 100644 --- a/src/FDM/YASim/Makefile.am +++ b/src/FDM/YASim/Makefile.am @@ -6,7 +6,7 @@ # I think that it's permissible to list the same source files more # than once in a Makefile.am. Hopefully this doesn't break anything. -SHARED_SOURCES = \ +SHARED_SOURCE_FILES = \ Airplane.cpp Airplane.hpp \ Atmosphere.cpp Atmosphere.hpp \ BodyEnvironment.hpp \ @@ -22,20 +22,24 @@ SHARED_SOURCES = \ PropEngine.cpp PropEngine.hpp \ Propeller.cpp Propeller.hpp \ RigidBody.cpp RigidBody.hpp \ + Rotor.cpp Rotor.hpp \ + Rotorblade.cpp Rotorblade.hpp \ + Rotorpart.cpp Rotorpart.hpp \ SimpleJet.cpp SimpleJet.hpp \ Surface.cpp Surface.hpp \ Thruster.cpp Thruster.hpp \ Vector.hpp \ - Wing.cpp Wing.hpp + Wing.cpp Wing.hpp \ + Turbulence.cpp Turbulence.hpp noinst_LIBRARIES = libYASim.a -libYASim_a_SOURCES = YASim.cxx YASim.hxx $(SHARED_SOURCES) +libYASim_a_SOURCES = YASim.cxx YASim.hxx $(SHARED_SOURCE_FILES) bin_PROGRAMS = yasim -yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCES) +yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCE_FILES) -yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgstructure $(base_LIBS) +yasim_LDADD = -lsgxml -lsgprops -lsgmisc -lsgdebug -lsgstructure $(base_LIBS) INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src