From: Ralf Hartmann Date: Wed, 1 Mar 2006 14:11:40 +0000 (+0000) Subject: Path of deal.II library is already added to LDFLAGS, see configure.in, L697. X-Git-Tag: v8.0.0~12164 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aa325451d604824592749ea4604e1b5d8096183;p=dealii.git Path of deal.II library is already added to LDFLAGS, see configure.in, L697. git-svn-id: https://svn.dealii.org/trunk@12521 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 979fb62ddc..5854294f32 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -32,7 +32,7 @@ SHLIBLD = @SHLIBLD@ SHLIBFLAGS = @SHLIBFLAGS@ AR = @AR@ RANLIB = @RANLIB@ -LDFLAGS = -L@prefix@/lib @LDFLAGS@ +LDFLAGS = @LDFLAGS@ F77 = @F77@ F77-VERSION = @F77_VERSION@ F77LIBS = @F77LIBS@