fixed haiku build (again)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13329 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2005-06-28 19:57:26 +00:00
parent 086240f26d
commit 645aa1c8cb
1 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,7 @@ App AboutHaiku :
: libbe.so libtranslation.so
: AboutHaiku.rdef
;
if $(TARGET_PLATFORM) != r5 {
LinkSharedOSLibs AboutHaiku : libroot.so ;
}