From b14f6d3e9498268ff067369475de82b9c3fac61e Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 28 Aug 2007 18:59:01 +0000 Subject: [PATCH] Missed installing the main ctmethods* file. Adding it here. --- Cantera/matlab/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/matlab/Makefile.in b/Cantera/matlab/Makefile.in index 3c4974d29..bcd32e91a 100644 --- a/Cantera/matlab/Makefile.in +++ b/Cantera/matlab/Makefile.in @@ -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 \