diff --git a/Makefile.am b/Makefile.am index c98eb7ce..1ffe69a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ $(BOOST_FILESYSTEM_LIB) \ $(BOOST_SYSTEM_LIB) \ $(BOOST_DATE_TIME_LIB) \ $(BOOST_UNIT_TEST_FRAMEWORK_LIB) \ -$(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) $(FLIBS) +$(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) # ---------------------------------------------------------------------- # Library constituents. SOURCES followed by HEADERS. diff --git a/examples/Makefile.am b/examples/Makefile.am index e4538e80..6d664bdf 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -42,5 +42,5 @@ noinst_PROGRAMS += spu_2p spu_2p_SOURCES = spu_2p.cpp spu_2p_LDADD = \ $(LDADD) \ -$(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) $(FLIBS) +$(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) endif diff --git a/tests/Makefile.am b/tests/Makefile.am index 756c4b3a..a82a1dc3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,7 +2,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ $(OPM_BOOST_CPPFLAGS) -LDFLAGS = $(OPM_BOOST_LDFLAGS) +AM_LDFLAGS = $(OPM_BOOST_LDFLAGS) LDADD = $(top_builddir)/lib/libopmcore.la @@ -43,7 +43,7 @@ test_column_extract_SOURCES = test_column_extract.cpp test_column_extract_LDADD = $(LDADD) $(BOOST_UNIT_TEST_FRAMEWORK_LIB) test_lapack_SOURCES = test_lapack.cpp -test_lapack_LDADD = $(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) $(FLIBS) +test_lapack_LDADD = $(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) test_readpolymer_SOURCES = test_readpolymer.cpp test_read_vag_SOURCES = test_read_vag.cpp diff --git a/tutorials/Makefile.am b/tutorials/Makefile.am index f9e8b5a5..a5e42569 100644 --- a/tutorials/Makefile.am +++ b/tutorials/Makefile.am @@ -2,7 +2,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ $(OPM_BOOST_CPPFLAGS) -LDFLAGS = $(OPM_BOOST_LDFLAGS) +AM_LDFLAGS = $(OPM_BOOST_LDFLAGS) LDADD = $(top_builddir)/lib/libopmcore.la