From 966528dcbcf875d12a3171e786ef1d4bfe5ac80c Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 23 Jun 2003 16:55:05 +0000 Subject: [PATCH] Added the implementation of UsePublicHeaders again. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3630 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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