From 9d90e5f2a189f585072141ab9915189cecbdb811 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Sun, 20 Apr 2003 14:40:51 +0000 Subject: [PATCH] fixed library in Makefile.in --- Cantera/matlab/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/matlab/Makefile.in b/Cantera/matlab/Makefile.in index 74bac798b..d9e069993 100644 --- a/Cantera/matlab/Makefile.in +++ b/Cantera/matlab/Makefile.in @@ -28,7 +28,7 @@ LIB_DEPS = $(CANTERA_LIBDIR)/libcantera.a $(CANTERA_LIBDIR)/libzeroD.a \ all: cantera/ctmethods.@mex_ext@ cantera/ctmethods.@mex_ext@: $(SRCS) $(LIB_DEPS) - @PYTHON_CMD@ setup_matlab.py @ctroot@/build/lib @CT_SHARED_LIB@ '$(LIBS)' + @PYTHON_CMD@ setup_matlab.py @buildlib@ @CT_SHARED_LIB@ '$(LIBS)' (@MATLAB_CMD@ -nodesktop -nojvm -nosplash -r setup) rm -f setup.m