Added missing dependencies to fix examples build

Main examples like simple_client failed to build as they
were not linked against boost chrono and boost random libraries
This commit is contained in:
Alexandru Costache 2015-08-12 11:36:29 +03:00
parent ca793121e0
commit 34aa1a0ab7
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