fix the build, hope it works :)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24377 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2008-03-12 21:29:50 +00:00
parent b8c8202d4d
commit 90e536bc49
3 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
// e.moon 1jul99
#include "ImportContext.h"
#include "xmlparse.h"
#include "expat.h"
using namespace std;

View File

@ -18,7 +18,7 @@
#include "ImportContext.h"
#include "XML.h"
#include "xmlparse.h"
#include "expat.h"
#include "cortex_defs.h"
__BEGIN_CORTEX_NAMESPACE

View File

@ -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 ;