From: Wolfgang Bangerth Date: Sat, 18 Aug 2007 00:08:09 +0000 (+0000) Subject: Don't require 3d libs. X-Git-Tag: v8.0.0~10072 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d5bef6444f48c26aac8e27d13c46d071dcf44c;p=dealii.git Don't require 3d libs. git-svn-id: https://svn.dealii.org/trunk@14973 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-27/Makefile b/deal.II/examples/step-27/Makefile index f6f637e91f..ad64734a77 100644 --- a/deal.II/examples/step-27/Makefile +++ b/deal.II/examples/step-27/Makefile @@ -59,11 +59,9 @@ 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)