Make opm-core compile with boost on my Debian system

This commit is contained in:
Markus Blatt 2012-10-05 12:28:13 +02:00
parent 0db6439b9b
commit 9d0f385e02

View File

@ -6,8 +6,9 @@ ${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 \
#${SUPERLU_LIBS} $(BLAS_LIBS) $(LIBS) ${BOOST_SYSTEM_LIB} ${BOOST_FILESYSTEM_LIB} \
${SUPERLU_LIBS} $(BLAS_LIBS) $(LIBS)
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Declare products (i.e., the example programs). # Declare products (i.e., the example programs).