diff --git a/Jamrules b/Jamrules index 4215bf39d3..37835ad33b 100644 --- a/Jamrules +++ b/Jamrules @@ -961,7 +961,14 @@ rule ArchHeaders rule UsePublicHeaders { - # XXX changed to do nothing + # UsePublicHeaders ; + # + # Adds the public C header dirs given by to the header search + # dirs of the subdirectory. + # NOTE: This rule must be invoked *before* the rule that builds the + # objects. + + UseHeaders [ PublicHeaders $(1) ] ; } rule UsePublicObjectHeaders