*** empty log message ***
This commit is contained in:
parent
9d90e5f2a1
commit
d9c72ffafd
4 changed files with 4 additions and 4 deletions
|
|
@ -50,7 +50,7 @@ LCXX_END_LIBS = @LCXX_END_LIBS@
|
|||
|
||||
|
||||
# the directory where the Cantera libraries are located
|
||||
CANTERA_LIBDIR=@ctroot@/build/lib
|
||||
CANTERA_LIBDIR=@buildlib@
|
||||
|
||||
# required Cantera libraries
|
||||
CANTERA_LIBS =
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ EXT_LIBS = @LOCAL_LIBS@
|
|||
LCXX_END_LIBS = @LCXX_END_LIBS@
|
||||
|
||||
# the directory where the Cantera libraries are located
|
||||
CANTERA_LIBDIR=@ctroot@/build/lib
|
||||
CANTERA_LIBDIR=@buildlib@
|
||||
|
||||
# required Cantera libraries
|
||||
CANTERA_LIBS =
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#/bin/sh
|
||||
|
||||
LIBDIR = @ctroot@/build/lib
|
||||
LIBDIR = @buildlib@
|
||||
INCDIR = -I@ctroot@/Cantera/src
|
||||
BINDIR = @ctroot@/bin
|
||||
build_ck = @BUILD_CK@
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#/bin/sh
|
||||
|
||||
LIBDIR = @ctroot@/build/lib
|
||||
LIBDIR = @buildlib@
|
||||
INCDIR = @ctroot@/build/include/cantera
|
||||
BINDIR = @ctroot@/bin
|
||||
build_ck = @BUILD_CK@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue