don't forget to update the Makefile
This commit is contained in:
parent
0b86f8f63c
commit
d6e6f85452
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@ noinst_LIBRARIES = libMath.a
|
||||||
|
|
||||||
libMath_a_SOURCES = FGColumnVector3.cpp FGFunction.cpp FGLocation.cpp FGMatrix33.cpp \
|
libMath_a_SOURCES = FGColumnVector3.cpp FGFunction.cpp FGLocation.cpp FGMatrix33.cpp \
|
||||||
FGPropertyValue.cpp FGQuaternion.cpp FGRealValue.cpp FGTable.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 \
|
noinst_HEADERS = FGColumnVector3.h FGFunction.h FGLocation.h FGMatrix33.h \
|
||||||
FGParameter.h FGPropertyValue.h FGQuaternion.h FGRealValue.h FGTable.h \
|
FGParameter.h FGPropertyValue.h FGQuaternion.h FGRealValue.h FGTable.h \
|
||||||
FGCondition.h
|
FGCondition.h FGRungeKutta.h
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)/src/FDM/JSBSim
|
INCLUDES = -I$(top_srcdir)/src/FDM/JSBSim
|
||||||
|
|
Loading…
Add table
Reference in a new issue