From 0f36162add1899056b5484dc40ff9402f6586daf Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Fri, 19 Oct 2012 15:56:03 +0000
Subject: [PATCH] Use the libs as documented in ax_lapack.m4 for linking.

[[Imported from SVN: r7042]]
---
 dune/common/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/common/Makefile.am b/dune/common/Makefile.am
index 54757f6d2..4cd44bc99 100644
--- a/dune/common/Makefile.am
+++ b/dune/common/Makefile.am
@@ -14,7 +14,7 @@ libcommon_la_SOURCES =				\
 	path.cc					\
 	exceptions.cc				\
 	stdstreams.cc
-libcommon_la_LIBADD = $(LAPACK_LIBS)
+libcommon_la_LIBADD = $(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) $(FLIBS)
 
 commonincludedir = $(includedir)/dune/common
 commoninclude_HEADERS = 			\
-- 
GitLab