From 033720481257c7eaeec0fa4af4d5ca7b354e18d4 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Tue, 3 Feb 2004 04:24:05 +0000 Subject: [PATCH] *** empty log message *** --- Cantera/matlab/setup_matlab.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/matlab/setup_matlab.py.in b/Cantera/matlab/setup_matlab.py.in index 7999b433f..f4c460531 100644 --- a/Cantera/matlab/setup_matlab.py.in +++ b/Cantera/matlab/setup_matlab.py.in @@ -4,7 +4,7 @@ import sys bindir = '@ct_bindir@' libdir = '@buildlib@' incdir = '@buildinc@' -libs = '@LOCAL_LIBS@ @LIBS@ @FLIBS@' +libs = '-lclib @LOCAL_LIBS@ @LIBS@ @FLIBS@' f = open('setup.m','w') f.write('cd cantera\nbuildux\nexit\n')