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:
parent
ca793121e0
commit
34aa1a0ab7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue