noinst_LIBRARIES = libYASim.a libYASim_a_SOURCES = YASim.cxx Airplane.cpp Atmosphere.cpp ControlMap.cpp \ FGFDM.cpp Gear.cpp Glue.cpp Integrator.cpp Jet.cpp \ Math.cpp Model.cpp PistonEngine.cpp Propeller.cpp \ PropEngine.cpp RigidBody.cpp Surface.cpp \ Thruster.cpp Wing.cpp SimpleJet.cpp if OLD_AUTOMAKE INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src else INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src endif