From 9568195dec1f154eb57546cda0a89579984b4608 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 2 Oct 2006 16:38:09 +0000 Subject: [PATCH] Fixed the Makefile that gets used in the install directories. autoconf variables needed updating. --- Cantera/fortran/f77demos/f77demos.mak.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cantera/fortran/f77demos/f77demos.mak.in b/Cantera/fortran/f77demos/f77demos.mak.in index 657f1e26f..58a103777 100644 --- a/Cantera/fortran/f77demos/f77demos.mak.in +++ b/Cantera/fortran/f77demos/f77demos.mak.in @@ -34,10 +34,10 @@ CXX_FLAGS = @CXXFLAGS@ EXT_LIBS = @LOCAL_LIBS@ -lctcxx # the directory where the Cantera libraries are located -CANTERA_LIBDIR=@CANTERA_LIBDIR@ +CANTERA_LIBDIR=@ct_libdir@ # the directory where Cantera include files may be found. -CANTERA_INCDIR=@CANTERA_INCDIR@ +CANTERA_INCDIR=@ct_incroot@ # flags passed to the C++ compiler/linker for the linking step LCXX_FLAGS = -L$(CANTERA_LIBDIR) @CXXFLAGS@