Undid an accidental change -- gotta remember svn revert after I twiddle with things. :P

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13241 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2005-06-23 19:06:38 +00:00
parent a8aa633498
commit 70bb3d4318
1 changed files with 0 additions and 5 deletions

View File

@ -9,11 +9,6 @@ AddResources Tracker : Tracker.rdef ;
App Tracker : App Tracker :
main.cpp main.cpp
; ;
if ( $(TARGET_PLATFORM) = haiku ) {
LinkSharedOSLibs Tracker : libbe.so libtracker.so ; LinkSharedOSLibs Tracker : libbe.so libtracker.so ;
} else {
LinkSharedOSLibs Tracker : <boot!home!config!lib>libopenbeos.so libtracker.so ;
}