[cantera2.0]: moving ctmath after numerics

This commit is contained in:
Nicholas Malaya 2012-06-19 18:24:42 +00:00
parent ac54d63782
commit 1f4616ea29

View file

@ -3,8 +3,8 @@ INC += -I$(top_builddir)/ext/libexecstream
AM_CPPFLAGS = $(INC)
AM_CXXFLAGS = $(AM_CPPFLAGS)
LINK = -lctmath -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK += -lctnumerics -ltpx -lctspectra -lconverters -lctbase -lcvode
LINK = -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK += -lctnumerics -lctmath -ltpx -lctspectra -lconverters -lctbase -lcvode
LINK += -lctlapack -lctblas -lctf2c -lm -lstdc++ -lexecstream -pthread
#-lctcxx -luser
AM_LDFLAGS = -L$(top_builddir)/build/lib/