Adapted my changes to the changes Bard made, to make opm-core link on Debian.

This commit is contained in:
Markus Blatt
2012-10-05 15:01:30 +02:00
parent 35c657d9a0
commit 4529673c76

View File

@@ -7,8 +7,7 @@ ${SUPERLU_CPPFLAGS}
# All targets link to the library # All targets link to the library
LDADD = \ LDADD = \
$(top_builddir)/lib/libopmcore.la \ $(top_builddir)/lib/libopmcore.la \
${BOOST_SYSTEM_LIB} ${BOOST_FILESYSTEM_LIB} \ $(SUPERLU_LIBS) $(BLAS_LIBS) $(LIBS)
${SUPERLU_LIBS} $(BLAS_LIBS) $(LIBS)
# Convenience definition for targets that use Boost.Filesystem directly. # Convenience definition for targets that use Boost.Filesystem directly.
# While libopmcore depends on (and references) Boost.Filesystem (through # While libopmcore depends on (and references) Boost.Filesystem (through