From: bangerth Date: Thu, 30 Oct 2008 13:34:22 +0000 (+0000) Subject: Epetra depends on Teuchos, so move the latter towards the end of the library list. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b5af4362204542d995bc73e41528bea4129659f;p=dealii-svn.git 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 --- 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)