Index: libs/python/example/tutorial/Jamroot =================================================================== --- libs/python/example/tutorial/Jamroot (.../trunk) (revision 85881) +++ libs/python/example/tutorial/Jamroot (.../branches/modular-build) (revision 85973) @@ -20,7 +20,10 @@ # boost_python library from the project whose global ID is # /boost/python. project - : requirements /boost/python//boost_python ; + : requirements /boost/python//boost_python + /boost//headers + : usage-requirements /boost//headers + ; # Declare the three extension modules. You can specify multiple # source files after the colon separated by spaces. Index: libs/python/example/quickstart/Jamroot =================================================================== --- libs/python/example/quickstart/Jamroot (.../trunk) (revision 85881) +++ libs/python/example/quickstart/Jamroot (.../branches/modular-build) (revision 85973) @@ -12,6 +12,8 @@ # /boost/python. project boost-python-quickstart : requirements /boost/python//boost_python + /boost//headers + : usage-requirements /boost//headers ; # Make the definition of the python-extension rule available Index: libs/python/example/Jamroot =================================================================== --- libs/python/example/Jamroot (.../trunk) (revision 85881) +++ libs/python/example/Jamroot (.../branches/modular-build) (revision 85973) @@ -11,7 +11,10 @@ # boost_python library from the project whose global ID is # /boost/python. project - : requirements /boost/python//boost_python ; + : requirements /boost/python//boost_python + /boost//headers + : usage-requirements /boost//headers + ; # Declare the three extension modules. You can specify multiple # source files after the colon separated by spaces. Index: libs/numeric/odeint/examples/vexcl/Jamfile.v2 =================================================================== --- libs/numeric/odeint/examples/vexcl/Jamfile.v2 (.../trunk) (revision 85881) +++ libs/numeric/odeint/examples/vexcl/Jamfile.v2 (.../branches/modular-build) (revision 85973) @@ -21,7 +21,7 @@ lib opencl : : OpenCL ; project : requirements - /boost//headers + /boost//headers ../../../../.. $(VEXCL_INCLUDE) $(CUDA_INCLUDE) Index: libs/signals2/example/Jamfile.v2 =================================================================== --- libs/signals2/example/Jamfile.v2 (.../trunk) (revision 85881) +++ libs/signals2/example/Jamfile.v2 (.../branches/modular-build) (revision 85973) @@ -8,7 +8,7 @@ # For more information, see http://www.boost.org -project : requirements /boost//headers ; +project : requirements /boost//headers ; exe hello_world_slot : hello_world_slot.cpp ; Index: libs/units/test/Jamfile.v2 =================================================================== --- libs/units/test/Jamfile.v2 (.../trunk) (revision 85881) +++ libs/units/test/Jamfile.v2 (.../branches/modular-build) (revision 85973) @@ -16,7 +16,7 @@ project boost/units/test : requirements - /boost//headers + /boost//headers ../../.. msvc:on $(warning-compilers):$(warning-options) Index: libs/parameter/doc/html/index.html =================================================================== --- libs/parameter/doc/html/index.html (.../trunk) (revision 85881) +++ libs/parameter/doc/html/index.html (.../branches/modular-build) (revision 85973) @@ -37,7 +37,7 @@ +project test : requirements . /boost//headers ;''') -->