From 9b5af4362204542d995bc73e41528bea4129659f Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 30 Oct 2008 13:34:22 +0000 Subject: [PATCH] Epetra depends on Teuchos, so move the latter towards the end of the library list. git-svn-id: https://svn.dealii.org/trunk@17414 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/Make.global_options.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index f409e8bc2d..f6ff549c68 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -236,12 +236,12 @@ ifeq ($(USE_CONTRIB_TRILINOS),yes) ifpack \ rtop \ sacado \ - teuchos \ thyra \ thyraepetra \ thyraepetraext \ epetraext \ epetra \ + teuchos \ triutils ifeq ($(enable-shared),yes) -- 2.39.5