[cantera]: fixing examples makefile tab/whitespace error, and updating configure.ac
This commit is contained in:
parent
ad5971b059
commit
50dc79a13f
2 changed files with 9 additions and 3 deletions
|
|
@ -55,7 +55,13 @@ AM_SANITY_CHECK
|
|||
# DX_INIT_DOXYGEN(cantera, doxygen/cantera.dox, docs)
|
||||
|
||||
# Generate Output Files
|
||||
AC_OUTPUT( Makefile test_problems/Makefile examples/Makefile Cantera/Makefile) #doxygen/Makefile
|
||||
AC_OUTPUT(Makefile test_problems/Makefile examples/Makefile Cantera/Makefile \
|
||||
Cantera/src/Makefile Cantera/src/base/Makefile \
|
||||
Cantera/src/converters/Makefile Cantera/src/kinetics/Makefile \
|
||||
Cantera/src/numerics/Makefile Cantera/src/oneD/Makefile \
|
||||
Cantera/src/thermo/Makefile Cantera/src/transport/Makefile \
|
||||
Cantera/src/spectra/Makefile Cantera/src/zeroD/Makefile \
|
||||
Cantera/src/equil/Makefile)
|
||||
|
||||
# FINAL SUMMARY
|
||||
AX_SUMMARIZE_CONFIG
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
EXTRA_DIST =
|
||||
|
||||
dist-hook:
|
||||
rm -rf `find $(distdir)/ -name .svn`
|
||||
rm -rf `find $(distdir)/ -name .deps`
|
||||
rm -rf `find $(distdir)/ -name .svn`
|
||||
rm -rf `find $(distdir)/ -name .deps`
|
||||
Loading…
Add table
Reference in a new issue