From f99e00782b6993f6b73a5064baaeba120c25eeb0 Mon Sep 17 00:00:00 2001 From: kanschat Date: Sun, 27 May 2007 23:05:24 +0000 Subject: [PATCH] wrong libraries git-svn-id: https://svn.dealii.org/trunk@14720 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/benchmarks/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/benchmarks/Makefile b/tests/benchmarks/Makefile index 4c7d5696d9..7f21baa9b1 100644 --- a/tests/benchmarks/Makefile +++ b/tests/benchmarks/Makefile @@ -11,7 +11,7 @@ D=../../deal.II include $D/common/Make.global_options debug-mode = on -libraries += $(lib-deal2-2d.g) $(lib-deal2-3d.g) $(lib-lac) $(lib-base) +libraries += $(lib-deal2-2d) $(lib-deal2-3d) $(lib-lac) $(lib-base) default: run-tests -- 2.39.5