diff --git a/src/apps/cdplayer/Jamfile b/src/apps/cdplayer/Jamfile index 75a0edd3ee..92173fa92e 100644 --- a/src/apps/cdplayer/Jamfile +++ b/src/apps/cdplayer/Jamfile @@ -12,6 +12,6 @@ Application CDPlayer : TrackMenu.cpp TwoStateDrawButton.cpp - : be net netapi translation textencoding + : be $(SELECT_UNAME_ETC_LIB) $(NETAPI_LIB) translation textencoding : CDPlayer.rdef ; diff --git a/src/apps/codycam/Jamfile b/src/apps/codycam/Jamfile index 945e757e73..35ab734571 100644 --- a/src/apps/codycam/Jamfile +++ b/src/apps/codycam/Jamfile @@ -1,6 +1,6 @@ SubDir HAIKU_TOP src apps codycam ; -AddResources CodyCam : CodyCam.rdef ; +SetSubDirSupportedPlatformsBeOSCompatible ; Application CodyCam : CodyCam.cpp @@ -8,6 +8,7 @@ Application CodyCam : Settings.cpp SettingsHandler.cpp VideoConsumer.cpp + : be media translation $(NETAPI_LIB) $(TARGET_LIBSTDC++) + : CodyCam.rdef ; -LinkAgainst CodyCam : be media translation netapi $(TARGET_LIBSTDC++) ;