From ebab3a7e9c6bce9b5fa9a16089d4c4c880d462e2 Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Mon, 27 Sep 2004 19:47:06 +0000 Subject: [PATCH] Fixed some library dependency issues that broke compilation on systems that don't have Haiku MDR installed. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9078 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/mail_daemon/inbound_filters/match_header/Jamfile | 2 +- src/add-ons/mail_daemon/inbound_filters/r5_filter/Jamfile | 2 +- src/add-ons/mail_daemon/inbound_protocols/imap/Jamfile | 4 ++-- src/add-ons/mail_daemon/inbound_protocols/pop3/Jamfile | 4 ++-- src/add-ons/mail_daemon/outbound_filters/fortune/Jamfile | 2 +- src/add-ons/mail_daemon/outbound_protocols/smtp/Jamfile | 2 +- src/add-ons/mail_daemon/system_filters/inbox/Jamfile | 2 +- src/add-ons/mail_daemon/system_filters/notifier/Jamfile | 2 +- src/add-ons/mail_daemon/system_filters/outbox/Jamfile | 2 +- src/add-ons/mail_daemon/system_filters/parser/Jamfile | 2 +- src/apps/bemail/Jamfile | 2 +- src/prefs/mail/Jamfile | 2 +- src/servers/mail/Jamfile | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/add-ons/mail_daemon/inbound_filters/match_header/Jamfile b/src/add-ons/mail_daemon/inbound_filters/match_header/Jamfile index 7d749299a0..b1522bad20 100644 --- a/src/add-ons/mail_daemon/inbound_filters/match_header/Jamfile +++ b/src/add-ons/mail_daemon/inbound_filters/match_header/Jamfile @@ -9,7 +9,7 @@ Addon Match\ Header : mail_daemon inbound_filters : StringMatcher.cpp ; LinkSharedOSLibs Match\ Header : - be mail ; + be libmail.so ; Package haiku-maildaemon-cvs : Match\ Header : diff --git a/src/add-ons/mail_daemon/inbound_filters/r5_filter/Jamfile b/src/add-ons/mail_daemon/inbound_filters/r5_filter/Jamfile index a8a148544b..f8903a0d3e 100644 --- a/src/add-ons/mail_daemon/inbound_filters/r5_filter/Jamfile +++ b/src/add-ons/mail_daemon/inbound_filters/r5_filter/Jamfile @@ -7,7 +7,7 @@ Addon R5\ Daemon\ Filter : mail_daemon inbound_filters : filter.cpp ; LinkSharedOSLibs R5\ Daemon\ Filter : - be mail ; + be libmail.so ; Package haiku-maildaemon-cvs : R5\ Daemon\ Filter : diff --git a/src/add-ons/mail_daemon/inbound_protocols/imap/Jamfile b/src/add-ons/mail_daemon/inbound_protocols/imap/Jamfile index 1a188d43fd..1ed16849c4 100644 --- a/src/add-ons/mail_daemon/inbound_protocols/imap/Jamfile +++ b/src/add-ons/mail_daemon/inbound_protocols/imap/Jamfile @@ -16,10 +16,10 @@ Addon IMAP : mail_daemon inbound_protocols : NestedString.cpp ; LinkSharedOSLibs IMAP : - be mail socket bind ; + be libmail.so socket bind ; #LinkSharedOSLibs IMAP : -# be mail socket bind ssl crypto ; +# be libmail.so socket bind ssl crypto ; Package haiku-maildaemon-cvs : IMAP : diff --git a/src/add-ons/mail_daemon/inbound_protocols/pop3/Jamfile b/src/add-ons/mail_daemon/inbound_protocols/pop3/Jamfile index db6b9bfa91..f4f8cf5810 100644 --- a/src/add-ons/mail_daemon/inbound_protocols/pop3/Jamfile +++ b/src/add-ons/mail_daemon/inbound_protocols/pop3/Jamfile @@ -16,10 +16,10 @@ Addon POP3 : mail_daemon inbound_protocols : md5c.c ; LinkSharedOSLibs POP3 : - be mail socket bind ; + be libmail.so socket bind ; #LinkSharedOSLibs POP3 : -# be mail socket bind ssl crypto ; +# be libmail.so socket bind ssl crypto ; Package haiku-maildaemon-cvs : POP3 : diff --git a/src/add-ons/mail_daemon/outbound_filters/fortune/Jamfile b/src/add-ons/mail_daemon/outbound_filters/fortune/Jamfile index b3055bc517..bf928fd651 100644 --- a/src/add-ons/mail_daemon/outbound_filters/fortune/Jamfile +++ b/src/add-ons/mail_daemon/outbound_filters/fortune/Jamfile @@ -8,7 +8,7 @@ Addon Fortune : mail_daemon outbound_fitlers : filter.cpp ; LinkSharedOSLibs Fortune : - be mail ; + be libmail.so ; Package haiku-maildaemon-cvs : Fortune : diff --git a/src/add-ons/mail_daemon/outbound_protocols/smtp/Jamfile b/src/add-ons/mail_daemon/outbound_protocols/smtp/Jamfile index 95710a0087..d102c76f1b 100644 --- a/src/add-ons/mail_daemon/outbound_protocols/smtp/Jamfile +++ b/src/add-ons/mail_daemon/outbound_protocols/smtp/Jamfile @@ -10,7 +10,7 @@ Addon SMTP : mail_daemon outbound_protocols : md5c.c ; LinkSharedOSLibs SMTP : - be mail socket bind ; + be libmail.so socket bind ; Package haiku-maildaemon-cvs : SMTP : diff --git a/src/add-ons/mail_daemon/system_filters/inbox/Jamfile b/src/add-ons/mail_daemon/system_filters/inbox/Jamfile index ee33b51c1d..0e486dddd0 100644 --- a/src/add-ons/mail_daemon/system_filters/inbox/Jamfile +++ b/src/add-ons/mail_daemon/system_filters/inbox/Jamfile @@ -7,7 +7,7 @@ Addon Inbox : mail_daemon inbound_filters : filter.cpp ; LinkSharedOSLibs Inbox : - be mail ; + be libmail.so ; Package haiku-maildaemon-cvs : Inbox : diff --git a/src/add-ons/mail_daemon/system_filters/notifier/Jamfile b/src/add-ons/mail_daemon/system_filters/notifier/Jamfile index af88999ab7..e8d09effb6 100644 --- a/src/add-ons/mail_daemon/system_filters/notifier/Jamfile +++ b/src/add-ons/mail_daemon/system_filters/notifier/Jamfile @@ -7,7 +7,7 @@ Addon New\ Mail\ Notification : mail_daemon inbound_filters : filter.cpp ConfigView.cpp ; LinkSharedOSLibs New\ Mail\ Notification : - be mail ; + be libmail.so ; Package haiku-maildaemon-cvs : New\ Mail\ Notification : diff --git a/src/add-ons/mail_daemon/system_filters/outbox/Jamfile b/src/add-ons/mail_daemon/system_filters/outbox/Jamfile index 2d6a5e94b8..8d4028ecd7 100644 --- a/src/add-ons/mail_daemon/system_filters/outbox/Jamfile +++ b/src/add-ons/mail_daemon/system_filters/outbox/Jamfile @@ -7,7 +7,7 @@ Addon Outbox : mail_daemon inbound_filters : filter.cpp ; LinkSharedOSLibs Outbox : - be mail ; + be libmail.so ; Package haiku-maildaemon-cvs : Outbox : diff --git a/src/add-ons/mail_daemon/system_filters/parser/Jamfile b/src/add-ons/mail_daemon/system_filters/parser/Jamfile index 4b547cb980..a0c30b8d2c 100644 --- a/src/add-ons/mail_daemon/system_filters/parser/Jamfile +++ b/src/add-ons/mail_daemon/system_filters/parser/Jamfile @@ -7,7 +7,7 @@ Addon Message\ Parser : mail_daemon inbound_filters : filter.cpp ; LinkSharedOSLibs Message\ Parser : - be mail ; + be libmail.so ; Package haiku-maildaemon-cvs : Message\ Parser : diff --git a/src/apps/bemail/Jamfile b/src/apps/bemail/Jamfile index 3b531e325a..c68066ac9d 100644 --- a/src/apps/bemail/Jamfile +++ b/src/apps/bemail/Jamfile @@ -21,7 +21,7 @@ App BeMail : Words.cpp KUndoBuffer.cpp ; -LinkSharedOSLibs BeMail : be mail tracker stdc++.r4 ; +LinkSharedOSLibs BeMail : be tracker stdc++.r4 libmail.so ; Package haiku-maildaemon-cvs : BeMail : diff --git a/src/prefs/mail/Jamfile b/src/prefs/mail/Jamfile index 87587822b2..28418498ee 100644 --- a/src/prefs/mail/Jamfile +++ b/src/prefs/mail/Jamfile @@ -12,7 +12,7 @@ Preference E-mail : ConfigWindow.cpp main.cpp ; -LinkSharedOSLibs E-mail : be mail ; +LinkSharedOSLibs E-mail : be libmail.so ; Package haiku-maildaemon-cvs : E-mail : diff --git a/src/servers/mail/Jamfile b/src/servers/mail/Jamfile index 0f6f62f84c..784fbc4070 100644 --- a/src/servers/mail/Jamfile +++ b/src/servers/mail/Jamfile @@ -14,7 +14,7 @@ Server mail_daemon : LinkSharedOSLibs mail_daemon : be - mail + libmail.so tracker stdc++.r4 ;