From 50dc79a13f4d28917b6d0abfca586ba1082acb26 Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Fri, 9 Dec 2011 06:11:27 +0000 Subject: [PATCH] [cantera]: fixing examples makefile tab/whitespace error, and updating configure.ac --- configure.ac | 8 +++++++- examples/Makefile.am | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 84b0d3847..b5bf376a1 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/examples/Makefile.am b/examples/Makefile.am index 68d864567..a7919df96 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ EXTRA_DIST = dist-hook: - rm -rf `find $(distdir)/ -name .svn` - rm -rf `find $(distdir)/ -name .deps` \ No newline at end of file + rm -rf `find $(distdir)/ -name .svn` + rm -rf `find $(distdir)/ -name .deps` \ No newline at end of file