1
0
Fork 0

don't forget to update the Makefile

This commit is contained in:
Erik Hofman 2010-07-16 12:31:59 +02:00
parent 0b86f8f63c
commit d6e6f85452

View 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