From 8123489166ad79dcfbb33e32ec63265606916129 Mon Sep 17 00:00:00 2001 From: Martin Nolte <mnolte@dune-project.org> Date: Wed, 8 Jun 2011 15:31:31 +0000 Subject: [PATCH] make libdunecommon automatically link to lapack (see FS#905) [[Imported from SVN: r6456]] --- dune/common/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/dune/common/Makefile.am b/dune/common/Makefile.am index 40d652ce7..5dfc79358 100644 --- a/dune/common/Makefile.am +++ b/dune/common/Makefile.am @@ -14,6 +14,7 @@ libcommon_la_SOURCES = \ path.cc \ exceptions.cc \ stdstreams.cc +libcommon_la_LIBADD = $(LAPACK_LIBS) commonincludedir = $(includedir)/dune/common commoninclude_HEADERS = \ -- GitLab