Merge pull request #82 from AlexandruCostache/master

Added missing dependencies to fix examples build
This commit is contained in:
Arvid Norberg 2015-08-12 08:07:07 -04:00
commit b703a8fb89
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ AS_IF([test -z "$BOOST_RANDOM_LIB"],
CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS"
LDFLAGS="$BOOST_LDFLAGS $LDFLAGS"
LIBS="$BOOST_CHRONO_LIB $BOOST_RANDOM_LIB $LIBS"
###############################################################################
# Checking for functions and other stuffs