[cantera]: adding a library to the examples makefile depends

This commit is contained in:
Nicholas Malaya 2012-01-17 22:41:26 +00:00
parent f9f8879122
commit bc259b91d0

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 -lctlapack -lctblas -lctf2c -lctcxx -luser -lstdc++
LINK += -luser -lcvode -lstdc++
# -lctlapack -lctblas -lctf2c -lctcxx -luser -lstdc++
LIBS = -L$(top_builddir)/build/lib/ $(LINK)