diff --git a/src/apps/soundrecorder/Jamfile b/src/apps/soundrecorder/Jamfile index e6b3eb23e3..83c06bc845 100644 --- a/src/apps/soundrecorder/Jamfile +++ b/src/apps/soundrecorder/Jamfile @@ -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 ; -}