From: Erik Hofman Date: Fri, 16 Jul 2010 10:31:59 +0000 (+0200) Subject: don't forget to update the Makefile X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d6e6f85452304cbe9d5ea16d4b8019b97e5d606d;p=flightgear.git don't forget to update the Makefile --- diff --git a/src/FDM/JSBSim/math/Makefile.am b/src/FDM/JSBSim/math/Makefile.am index ce92ff6eb..5ae295ede 100644 --- a/src/FDM/JSBSim/math/Makefile.am +++ b/src/FDM/JSBSim/math/Makefile.am @@ -2,10 +2,10 @@ noinst_LIBRARIES = libMath.a libMath_a_SOURCES = FGColumnVector3.cpp FGFunction.cpp FGLocation.cpp FGMatrix33.cpp \ FGPropertyValue.cpp FGQuaternion.cpp FGRealValue.cpp FGTable.cpp \ - FGCondition.cpp + FGCondition.cpp FGRungeKutta.cpp noinst_HEADERS = FGColumnVector3.h FGFunction.h FGLocation.h FGMatrix33.h \ FGParameter.h FGPropertyValue.h FGQuaternion.h FGRealValue.h FGTable.h \ - FGCondition.h + FGCondition.h FGRungeKutta.h INCLUDES = -I$(top_srcdir)/src/FDM/JSBSim