From 88c8085889e5c85dae634564b2c79263c8e889e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 27 Sep 2004 22:32:27 +0000 Subject: [PATCH] change to our libmail.so git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9080 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/bin/Jamfile b/src/apps/bin/Jamfile index ad51eedd2e..22d6fcb08f 100644 --- a/src/apps/bin/Jamfile +++ b/src/apps/bin/Jamfile @@ -82,7 +82,7 @@ StdBinCommands # standard commands that need libbe.so, libmail.so StdBinCommands mail.cpp - : be /boot/beos/system/lib/libmail.so + : be libmail.so ; SubInclude OBOS_TOP src apps bin addattr ;