diff --git a/build.jam b/build.jam index a508be80d9..dd6db1f895 100644 --- a/build.jam +++ b/build.jam @@ -41,6 +41,7 @@ explicit [ alias boost_included_prg_exec_monitor : : : : $(boost_dependencies) ] [ alias boost_included_test_exec_monitor : : : : $(boost_dependencies) ] [ alias boost_included_unit_test_framework : : : : $(boost_dependencies) ] + [ alias included : : : : $(boost_dependencies) ] [ alias included_prg_exec_monitor : boost_included_prg_exec_monitor ] [ alias included_test_exec_monitor : boost_included_test_exec_monitor ] [ alias included_unit_test_framework : boost_included_unit_test_framework ]