mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
*** empty log message ***
This commit is contained in:
parent
9d90e5f2a1
commit
d9c72ffafd
@ -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…
Reference in New Issue
Block a user