Missed installing the main ctmethods* file.

Adding it here.
This commit is contained in:
Harry Moffat 2007-08-28 18:59:01 +00:00
parent 261ff18a7e
commit b14f6d3e94

View file

@ -79,7 +79,7 @@ install:
@INSTALL_abs@ -d @prefix@/matlab/toolbox/cantera/cantera/1D/@Domain1D/private
@INSTALL_abs@ -d @prefix@/matlab/toolbox/cantera/cantera/1D/@Stack/private
cd cantera; \
( for iddd in *.m ; do \
( for iddd in *.m ctmethods*; do \
@INSTALL_abs@ -c $${iddd} @prefix@/matlab/toolbox/cantera/cantera; done )
cd cantera/private; \
( for iddd in *.m ; do \