Hi group.
 
Let's say I have two libraries, a.lib and b.lib, each with its own Jamfile, under a common Jamroot.
 
I need a.lib to know about the header directory of b.lib, and vice versa. How do I do this?
 
-dr