From d9c72ffafd8b4aecc069cd6ef4f46a2e3f245502 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Sun, 20 Apr 2003 14:44:59 +0000 Subject: [PATCH] *** empty log message *** --- examples/cxx/Makefile.in | 2 +- test_problems/silane_equil/Makefile.in | 2 +- tools/src/Makefile.in | 2 +- tools/testtools/Makefile.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/cxx/Makefile.in b/examples/cxx/Makefile.in index fa6f070fa..d049f9446 100755 --- a/examples/cxx/Makefile.in +++ b/examples/cxx/Makefile.in @@ -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 = diff --git a/test_problems/silane_equil/Makefile.in b/test_problems/silane_equil/Makefile.in index e8c091977..4ddd5cbe4 100644 --- a/test_problems/silane_equil/Makefile.in +++ b/test_problems/silane_equil/Makefile.in @@ -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 = diff --git a/tools/src/Makefile.in b/tools/src/Makefile.in index 98d6592aa..dd8936778 100755 --- a/tools/src/Makefile.in +++ b/tools/src/Makefile.in @@ -1,6 +1,6 @@ #/bin/sh -LIBDIR = @ctroot@/build/lib +LIBDIR = @buildlib@ INCDIR = -I@ctroot@/Cantera/src BINDIR = @ctroot@/bin build_ck = @BUILD_CK@ diff --git a/tools/testtools/Makefile.in b/tools/testtools/Makefile.in index db3c49f23..44988b8d0 100644 --- a/tools/testtools/Makefile.in +++ b/tools/testtools/Makefile.in @@ -1,6 +1,6 @@ #/bin/sh -LIBDIR = @ctroot@/build/lib +LIBDIR = @buildlib@ INCDIR = @ctroot@/build/include/cantera BINDIR = @ctroot@/bin build_ck = @BUILD_CK@