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