From: Wolfgang Bangerth Date: Tue, 30 Oct 2007 23:51:06 +0000 (+0000) Subject: Also link with 3d. X-Git-Tag: v8.0.0~9687 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a51de04f738ae9a337be1d1a83e881ad7eaa4c63;p=dealii.git Also link with 3d. git-svn-id: https://svn.dealii.org/trunk@15409 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-29/Makefile b/deal.II/examples/step-29/Makefile index ad64734a77..f6f637e91f 100644 --- a/deal.II/examples/step-29/Makefile +++ b/deal.II/examples/step-29/Makefile @@ -59,9 +59,11 @@ include $D/common/Make.global_options # You may need to augment the lists of libraries when compiling your # program for other dimensions, or when using third party libraries libs.g = $(lib-deal2-2d.g) \ + $(lib-deal2-3d.g) \ $(lib-lac.g) \ $(lib-base.g) libs.o = $(lib-deal2-2d.o) \ + $(lib-deal2-3d.o) \ $(lib-lac.o) \ $(lib-base.o)