Obtain Boost libraries from libopmcore.la .
Specifically, commit ff4f709e made the support for transitively conveying interlibrary dependencies onto clients of OPM-Core more robust. As a consequence, we no longer need to explicitly link in the Boost.System or Boost.Filesystem libraries to use the software contained therein.
This commit is contained in:
parent
37e14f468e
commit
b1ec06293e
@ -5,9 +5,7 @@ $(OPM_BOOST_CPPFLAGS)
|
||||
|
||||
# All targets link to the library
|
||||
LDADD = \
|
||||
$(top_builddir)/lib/libopmcore.la \
|
||||
$(BOOST_FILESYSTEM_LIB) \
|
||||
$(BOOST_SYSTEM_LIB)
|
||||
$(top_builddir)/lib/libopmcore.la
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Declare products (i.e., the example programs).
|
||||
|
Loading…
Reference in New Issue
Block a user