From 20fc9cef7f573abcb7123e74084f0a6bd0594ade Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 1 Oct 2011 12:54:26 +0000 Subject: [PATCH] Provide a reference. git-svn-id: https://svn.dealii.org/trunk@24497 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 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@) -- 2.39.5