[cantera]: fixing a small bug with respect to the config.h header
This commit is contained in:
parent
0f00259ecc
commit
32265923dd
3 changed files with 8 additions and 8 deletions
|
|
@ -2,7 +2,7 @@ h_sources = utilities.h ct_defs.h ctexceptions.h logger.h \
|
|||
ctml.h plots.h stringUtils.h xml.h \
|
||||
Array.h vec_functions.h global.h XML_Writer.h \
|
||||
FactoryBase.h clockWC.h PrintCtrl.h \
|
||||
LogPrintCtrl.h mdp_allo.h config.h
|
||||
LogPrintCtrl.h mdp_allo.h
|
||||
|
||||
cc_sources = ct2ctml.cpp ctml.cpp misc.cpp plots.cpp \
|
||||
stringUtils.cpp xml.cpp clockWC.cpp \
|
||||
|
|
|
|||
|
|
@ -1,12 +1,11 @@
|
|||
h_sources = ArrayViewer.h DenseMatrix.h funcs.h ctlapack.h Func1.h \
|
||||
FuncEval.h polyfit.h \
|
||||
BandMatrix.h Integrator.h DAE_Solver.h ResidEval.h sort.h \
|
||||
SquareMatrix.h ResidJacEval.h NonlinearSolver.h CVodeInt.h
|
||||
FuncEval.h polyfit.h BandMatrix.h Integrator.h \
|
||||
DAE_Solver.h ResidEval.h sort.h SquareMatrix.h \
|
||||
ResidJacEval.h NonlinearSolver.h CVodeInt.h
|
||||
|
||||
cc_sources = DenseMatrix.cpp funcs.cpp Func1.cpp ODE_integrators.cpp \
|
||||
BandMatrix.cpp DAE_solvers.cpp sort.cpp \
|
||||
SquareMatrix.cpp ResidJacEval.cpp NonlinearSolver.cpp \
|
||||
CVodeInt.cpp
|
||||
BandMatrix.cpp DAE_solvers.cpp sort.cpp CVodeInt.cpp \
|
||||
SquareMatrix.cpp ResidJacEval.cpp NonlinearSolver.cpp
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir)/build/include/ -I$(top_builddir)/Cantera/ext/cvode -I$(top_builddir)
|
||||
AM_CXXFLAGS = $(AM_CPPFLAGS)
|
||||
|
|
|
|||
|
|
@ -9,4 +9,5 @@ SUBDIRS += doxygen
|
|||
DIST_SUBDIRS = Cantera examples
|
||||
|
||||
# generated documentation will be included in distributed archive
|
||||
EXTRA_DIST= bootstrap $(DX_CONFIG)
|
||||
EXTRA_DIST= bootstrap $(DX_CONFIG)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue