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:
@@ -133,6 +133,7 @@ AS_IF([test -z "$BOOST_RANDOM_LIB"],
|
|||||||
|
|
||||||
CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS"
|
CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS"
|
||||||
LDFLAGS="$BOOST_LDFLAGS $LDFLAGS"
|
LDFLAGS="$BOOST_LDFLAGS $LDFLAGS"
|
||||||
|
LIBS="$BOOST_CHRONO_LIB $BOOST_RANDOM_LIB $LIBS"
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Checking for functions and other stuffs
|
# Checking for functions and other stuffs
|
||||||
|
Reference in New Issue
Block a user