diff --git a/src/apps/showimage/Jamfile b/src/apps/showimage/Jamfile index 9fdc677b7b..80be181c7e 100644 --- a/src/apps/showimage/Jamfile +++ b/src/apps/showimage/Jamfile @@ -1,5 +1,7 @@ SubDir HAIKU_TOP src apps showimage ; +SetSubDirSupportedPlatformsBeOSCompatible ; + Application ShowImage : ShowImageApp.cpp ShowImageConstants.cpp ShowImageSettings.cpp @@ -10,7 +12,7 @@ Application ShowImage : ShowImageApp.cpp PrintOptionsWindow.cpp Filter.cpp EntryMenuItem.cpp - : libbe.so libtracker.so libtranslation.so + : be tracker translation : ShowImage.rdef ;