diff --git a/build.jam b/build.jam index b3a4ab9c..bbeef66f 100644 --- a/build.jam +++ b/build.jam @@ -15,12 +15,12 @@ constant boost_dependencies project /boost/openmethod ; -alias boost_openmethod - : usage-requirements - include - $(boost_dependencies) +explicit + [ alias boost_openmethod : : : : include $(boost_dependencies) ] + [ alias all : boost_openmethod test ] ; -alias all : boost_openmethod test ; -explicit all ; -call-if : boost-library openmethod ; +call-if + : boost-library openmethod + : install boost_openmethod + ;