From 5906bda96fa45c9f62a6f3f8845a5f1ea3cf3680 Mon Sep 17 00:00:00 2001 From: beveloper Date: Fri, 25 Oct 2002 16:19:25 +0000 Subject: [PATCH] a bad hack to get cppunit testlibrary build git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1658 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 1 + 1 file changed, 1 insertion(+) diff --git a/Jamrules b/Jamrules index 347f697c16..56251f0f63 100644 --- a/Jamrules +++ b/Jamrules @@ -777,6 +777,7 @@ rule UseHeaders rule UseCppUnitHeaders { + SetupIncludes ; #serious hack SubDirHdrs [ FDirName $(OBOS_TOP) headers tools cppunit ] ; }