From 32086af0f3eb2e1d2c48b6b76f57ece108f560d5 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sat, 22 Aug 2009 20:35:27 +0000 Subject: [PATCH] Fixed an error in the makefile --- test_problems/pureFluidTest/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_problems/pureFluidTest/Makefile.in b/test_problems/pureFluidTest/Makefile.in index c5505883e..b87b12f8a 100644 --- a/test_problems/pureFluidTest/Makefile.in +++ b/test_problems/pureFluidTest/Makefile.in @@ -48,7 +48,7 @@ LCXX_END_LIBS = @LCXX_END_LIBS@ CANTERA_LIBDIR=@buildlib@ # required Cantera libraries -CANTERA_LIBS = @LOCAL_LIBS@ -lctcxx +CANTERA_LIBS = -L$(CANTERA_LIBDIR) @LOCAL_LIBS@ -lctcxx # the directory where Cantera include files may be found. CANTERA_INCDIR=@ctroot@/build/include/cantera