[cantera]: as previous checkin, working with limited stability here

This commit is contained in:
Nicholas Malaya 2012-01-17 22:58:11 +00:00
parent bdcd10b9ab
commit 8e14ca5535
2 changed files with 2 additions and 1 deletions

View file

@ -62,6 +62,7 @@ AC_OUTPUT(Makefile examples/Makefile \
ext/tpx/Makefile \
ext/math/Makefile \
ext/cvode/Makefile \
ext/lapack/Makefile \
Cantera/Makefile \
Cantera/user/Makefile \
Cantera/src/Makefile \

View file

@ -1,2 +1,2 @@
SUBDIRS = tpx math cvode
SUBDIRS = tpx math cvode lapack