From: Wolfgang Bangerth Date: Fri, 17 Oct 2008 13:54:29 +0000 (+0000) Subject: Don't forget to also link with Trilinos. X-Git-Tag: v8.0.0~8535 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f69f926608081aeeb42fb1608354b38baa4f82ae;p=dealii.git Don't forget to also link with Trilinos. git-svn-id: https://svn.dealii.org/trunk@17257 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/Makefile b/deal.II/lac/Makefile index 35c8090996..ba20809b24 100644 --- a/deal.II/lac/Makefile +++ b/deal.II/lac/Makefile @@ -73,6 +73,12 @@ ifneq ($(GXX-VERSION),compaq_cxx) deplibs.o += $(lib-contrib-petsc.o) endif + # same with PETSC + ifeq ($(USE_CONTRIB_TRILINOS),yes) + deplibs.g += $(lib-contrib-trilinos) + deplibs.o += $(lib-contrib-trilinos) + endif + # and METIS ifeq ($(USE_CONTRIB_METIS),yes) deplibs.g += $(lib-contrib-metis)