made SoundRecorder beos compatible

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16189 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-02-01 16:19:35 +00:00
parent 1013215e2d
commit a5050b61fd
+2 -5
View File
@@ -1,5 +1,7 @@
SubDir HAIKU_TOP src apps soundrecorder ;
SetSubDirSupportedPlatformsBeOSCompatible ;
Application SoundRecorder :
DrawButton.cpp
DrawingTidbits.cpp
@@ -19,8 +21,3 @@ Application SoundRecorder :
: SoundRecorder.rdef
;
if $(TARGET_PLATFORM) = haiku {
LinkAgainst SoundRecorder : libbe.so libmedia.so libtracker.so ;
} else {
LinkAgainst SoundRecorder : be media tracker ;
}