]> git.mxchange.org Git - flightgear.git/commitdiff
don't forget to update the Makefile
authorErik Hofman <erik@ehofman.com>
Fri, 16 Jul 2010 10:31:59 +0000 (12:31 +0200)
committerErik Hofman <erik@ehofman.com>
Fri, 16 Jul 2010 10:31:59 +0000 (12:31 +0200)
src/FDM/JSBSim/math/Makefile.am

index ce92ff6eb5a32f729ffdaa1194c09562e7881ade..5ae295ede8374994b1bf46424a4a8dd26b328ac1 100644 (file)
@@ -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