[cantera]: adding another library link to examples

This commit is contained in:
Nicholas Malaya 2012-01-17 23:01:13 +00:00
parent 8e14ca5535
commit 2d441139de

View file

@ -7,8 +7,8 @@ cc_sources = examples.cpp kinetics_example1.cpp kinetics_example2.cpp \
LINK = -lkinetics -ltransport -lthermo -lctnumerics
LINK += -lctbase -ltpx -lctmath -lconverters
LINK += -luser -lcvode -lstdc++
# -lctlapack -lctblas -lctf2c -lctcxx -luser -lstdc++
LINK += -luser -lcvode -lstdc++ -lctlapack
# -lctblas -lctf2c -lctcxx -luser -lstdc++
LIBS = -L$(top_builddir)/build/lib/ $(LINK)