[cantera]: fixing a small bug with respect to the config.h header

This commit is contained in:
Nicholas Malaya 2012-02-06 18:06:25 +00:00
parent 0f00259ecc
commit 32265923dd
3 changed files with 8 additions and 8 deletions

View file

@ -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 \

View file

@ -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)

View file

@ -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)