From: Wolfgang Bangerth Date: Sat, 1 Oct 2011 12:54:26 +0000 (+0000) Subject: Provide a reference. X-Git-Tag: v8.0.0~3319 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b223b65c57ee7c7613322cfdd9643efabb29c18c;p=dealii.git Provide a reference. git-svn-id: https://svn.dealii.org/trunk@24497 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 98a333ad1b..d1f0ee15e3 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -204,7 +204,7 @@ endif # List all trilinos libraries that we want to link with. These must be sorted # in dependency order for linking. Fortunately, we can get the set of -# libraries from Trilinos's cmake files. +# libraries from Trilinos's cmake files in aclocal.m4. ifeq ($(USE_CONTRIB_TRILINOS),yes) DEAL_II_TRILINOS_LIBS = $(addprefix $(DEAL_II_TRILINOS_LIBPREFIX), @DEAL_II_TRILINOS_LIBS@)