From 1f4616ea29e285053b196534911f1779937e35b3 Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Tue, 19 Jun 2012 18:24:42 +0000 Subject: [PATCH] [cantera2.0]: moving ctmath after numerics --- test_problems/cathermo/DH_graph_1/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_problems/cathermo/DH_graph_1/Makefile.am b/test_problems/cathermo/DH_graph_1/Makefile.am index cab8befd0..356b84ab2 100644 --- a/test_problems/cathermo/DH_graph_1/Makefile.am +++ b/test_problems/cathermo/DH_graph_1/Makefile.am @@ -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/