diff --git a/build.jam b/build.jam index 614e207..538918c 100644 --- a/build.jam +++ b/build.jam @@ -11,9 +11,10 @@ project /boost/lambda2 ; explicit - [ alias boost_lambda2 ] + [ alias boost_lambda2 : : : : $(boost_dependencies) ] [ alias all : boost_lambda2 test ] ; call-if : boost-library lambda2 ; +