From: Wolfgang 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-Tag: v8.0.0~8437 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ba41388b0077c2ed0f9bceb3f8a51686b3d5160;p=dealii.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)