Fixed the Makefile that gets used in the install directories.
autoconf variables needed updating.
This commit is contained in:
parent
aa3e8cf53b
commit
9568195dec
1 changed files with 2 additions and 2 deletions
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue