Skip to content
Snippets Groups Projects
Commit 0f36162a authored by Markus Blatt's avatar Markus Blatt
Browse files

Use the libs as documented in ax_lapack.m4 for linking.

[[Imported from SVN: r7042]]
parent d2395cb9
No related branches found
No related tags found
No related merge requests found
......@@ -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 = \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment