From 87fd7c1b164de3879ce59923b4d9e5c04b25d8bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sat, 1 Oct 2005 16:14:11 +0000 Subject: [PATCH] fix link git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14290 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/cdplayer/Jamfile | 2 +- src/apps/codycam/Jamfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/cdplayer/Jamfile b/src/apps/cdplayer/Jamfile index 65a330d6ff..3d77596d41 100644 --- a/src/apps/cdplayer/Jamfile +++ b/src/apps/cdplayer/Jamfile @@ -11,4 +11,4 @@ App CDPlayer : TrackMenu.cpp TwoStateDrawButton.cpp ; -LinkSharedOSLibs CDPlayer : be net netapi translation ; +LinkSharedOSLibs CDPlayer : be libnet.so libnetapi.so translation ; diff --git a/src/apps/codycam/Jamfile b/src/apps/codycam/Jamfile index 6dd9d99ebd..4906dc3412 100644 --- a/src/apps/codycam/Jamfile +++ b/src/apps/codycam/Jamfile @@ -10,4 +10,4 @@ App CodyCam : VideoConsumer.cpp ; -LinkSharedOSLibs CodyCam : be media translation netapi stdc++.r4 ; +LinkSharedOSLibs CodyCam : be media translation libnetapi.so stdc++.r4 ;