diff --git a/test_problems/ChemEquil_red1/Makefile.in b/test_problems/ChemEquil_red1/Makefile.in index 09ff6add2..551ee19f1 100644 --- a/test_problems/ChemEquil_red1/Makefile.in +++ b/test_problems/ChemEquil_red1/Makefile.in @@ -65,7 +65,7 @@ CANTERA_LIBDIR=@ct_libdir@ endif # required Cantera libraries -CANTERA_LIBS = @LOCAL_LIBS@ -lctcxx +CANTERA_LIBS = -L$(CANTERA_LIBDIR) @LOCAL_LIBS@ -lctcxx ifeq ($(in_CanteraBuildTree),1) CANTERA_LIBS_DEP = @LOCAL_LIBS_DEP@ $(CANTERA_LIBDIR)/libctcxx.a