From 90e536bc49795195773e2e75d4e29db992155d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 12 Mar 2008 21:29:50 +0000 Subject: [PATCH] fix the build, hope it works :) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24377 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/cortex/Persistence/ImportContext.cpp | 2 +- src/apps/cortex/Persistence/Importer.h | 2 +- src/apps/cortex/Persistence/Jamfile | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/apps/cortex/Persistence/ImportContext.cpp b/src/apps/cortex/Persistence/ImportContext.cpp index a7c37d5399..d928da9ad5 100644 --- a/src/apps/cortex/Persistence/ImportContext.cpp +++ b/src/apps/cortex/Persistence/ImportContext.cpp @@ -2,7 +2,7 @@ // e.moon 1jul99 #include "ImportContext.h" -#include "xmlparse.h" +#include "expat.h" using namespace std; diff --git a/src/apps/cortex/Persistence/Importer.h b/src/apps/cortex/Persistence/Importer.h index 8d14e2ca3b..1c9154c795 100644 --- a/src/apps/cortex/Persistence/Importer.h +++ b/src/apps/cortex/Persistence/Importer.h @@ -18,7 +18,7 @@ #include "ImportContext.h" #include "XML.h" -#include "xmlparse.h" +#include "expat.h" #include "cortex_defs.h" __BEGIN_CORTEX_NAMESPACE diff --git a/src/apps/cortex/Persistence/Jamfile b/src/apps/cortex/Persistence/Jamfile index 22064d096b..642fe74c3c 100644 --- a/src/apps/cortex/Persistence/Jamfile +++ b/src/apps/cortex/Persistence/Jamfile @@ -1,9 +1,10 @@ SubDir HAIKU_TOP src apps cortex Persistence ; SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ; -SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) expat xmlparse ] ; SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) support ] ; +UseLibraryHeaders expat ; + SubDirCcFlags -DCORTEX_NAMESPACE=cortex ; SetSubDirSupportedPlatformsBeOSCompatible ;