From 4fc77d0be9f8f7eecc13a9f9e0d60a288e2fd029 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Tue, 26 Aug 2003 04:19:21 +0000 Subject: [PATCH] *** empty log message *** --- Cantera/src/Makefile.in | 4 ++++ Cantera/src/ct2ctml.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cantera/src/Makefile.in b/Cantera/src/Makefile.in index 52d8b004e..9bbc75f73 100755 --- a/Cantera/src/Makefile.in +++ b/Cantera/src/Makefile.in @@ -103,6 +103,10 @@ misc.o: misc.cpp echo '#define CANTERA_ROOT "@prefix@/cantera"' > ctdir.h @CXX@ -c misc.cpp $(CXX_FLAGS) +ct2ctml.o: ct2ctml.cpp + echo '#define PYTHON_EXE "@PYTHON_CMD@"' > pypath.h + @CXX@ -c ct2ctml.cpp $(CXX_FLAGS) + .f.o: @F77@ -c $< $(F77_FLAGS) diff --git a/Cantera/src/ct2ctml.cpp b/Cantera/src/ct2ctml.cpp index 958afb327..d8fcc2774 100644 --- a/Cantera/src/ct2ctml.cpp +++ b/Cantera/src/ct2ctml.cpp @@ -14,7 +14,7 @@ #include #include #include "ctml.h" -#include "../../include/pypath.h" +#include "pypath.h" using namespace Cantera;