Fixed the Makefile that gets used in the install directories.

autoconf variables needed updating.
This commit is contained in:
Harry Moffat
2006-10-02 16:38:09 +00:00
parent aa3e8cf53b
commit 9568195dec

View File

@@ -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@