diff --git a/src/apps/clock/Jamfile b/src/apps/clock/Jamfile index 74403767cc..8f563627c7 100644 --- a/src/apps/clock/Jamfile +++ b/src/apps/clock/Jamfile @@ -1,9 +1,11 @@ SubDir HAIKU_TOP src apps clock ; +SetSubDirSupportedPlatformsBeOSCompatible ; + Application Clock : cl_view.cpp cl_wind.cpp clock.cpp - : libbe.so + : be : Clock.rdef ;