diff --git a/src/apps/pulse/Jamfile b/src/apps/pulse/Jamfile index 587e6bdb2c..f4956fcbfc 100644 --- a/src/apps/pulse/Jamfile +++ b/src/apps/pulse/Jamfile @@ -1,6 +1,11 @@ SubDir HAIKU_TOP src apps pulse ; +SetSubDirSupportedPlatformsBeOSCompatible ; + UsePrivateHeaders shared ; +if $(TARGET_PLATFORM) != haiku { + UseHeaders [ FDirName $(HAIKU_TOP) headers os kernel ] : true ; +} if $(TARGET_PLATFORM) = r5 { SubDirC++Flags -DR5_COMPATIBLE ; @@ -20,7 +25,7 @@ Application Pulse : PulseView.cpp PulseWindow.cpp - : libbe.so + : be : Pulse.rdef ;