Fixed an error in INCDIR definition.
This commit is contained in:
parent
34783d2266
commit
795bcc1df6
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
build_f90=@BUILD_F90@
|
||||
build_python=@BUILD_PYTHON@
|
||||
|
||||
INCDIR = ../../build/include/cantera
|
||||
INCDIR = ../../../build/include/cantera
|
||||
INSTALL_TSC = ../../../bin/install_tsc
|
||||
|
||||
CXX_H = Cantera.h equilibrium.h IncompressibleSolid.h \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue