Remove superfluous dependencies to SuperLU and BLAS

This commit is contained in:
Roland Kaufmann
2012-10-10 23:59:03 +02:00
parent 12f9bc5dbd
commit 45c21f4fe0
2 changed files with 4 additions and 8 deletions

View File

@@ -1,10 +1,8 @@
AM_CPPFLAGS = \
-I$(top_srcdir) \
$(OPM_BOOST_CPPFLAGS) \
${SUPERLU_CPPFLAGS}
$(OPM_BOOST_CPPFLAGS)
AM_LDFLAGS = $(OPM_BOOST_LDFLAGS) \
${SUPERLU_LIBS} $(BLAS_LIBS) $(LIBS)
AM_LDFLAGS = $(OPM_BOOST_LDFLAGS)
LDADD = $(top_builddir)/lib/libopmcore.la