Files
haiku-beta6/src/kits/mail/Jamfile
T
Axel Dörfler d67e6bc8a2 Fixed the build of several network apps under R5:
- removed libnetapi.so from $NETWORK_LIBS - it's not used by anyone anyway,
  and it's definitely not necessary to link against it by default.
  Note, this might cause problems in some of the mail add-ons; I haven't
  tested this.
- route/ping/... now also link against $SELECT_UNAME_ETC_LIB

makehdimage should now work again under all BeOS platforms.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12325 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-04-12 04:22:55 +00:00

64 lines
1.1 KiB
Plaintext

SubDir OBOS_TOP src kits mail ;
UsePrivateHeaders mail ;
SubDirHdrs [ FDirName $(OBOS_TOP) headers os add-ons mail_daemon ] ;
if $(CHECK_MALLOC) {
SubDirC++Flags -D_NO_INLINE_ASM -fcheck-memory-usage ;
}
if $(BONE_COMPATIBLE) {
SubDirC++Flags -DBONE ;
} else {
SubDirC++Flags -DBUILDING_R5_LIBNET ;
}
SubDirC++Flags -D_BUILDING_mail=1 -DUSE_NASTY_SYNC_THREAD_HACK=1 ;
UsePrivateHeaders textencoding ;
SharedLibrary mail :
b_mail_message.cpp
c_mail_api.cpp
ChainRunner.cpp
cpp_abi_base64.c
crypt.cpp
des.c
ErrorLogWindow.cpp
FileConfigView.cpp
mail_encoding.c
mail_util.cpp
MailAddon.cpp
MailAttachment.cpp
MailChain.cpp
MailComponent.cpp
MailContainer.cpp
MailDaemon.cpp
MailMessage.cpp
MailProtocol.cpp
MailSettings.cpp
NodeMessage.cpp
numailkit.cpp
ProtocolConfigView.cpp
RemoteStorageProtocol.cpp
StatusWindow.cpp
StringList.cpp
;
LinkSharedOSLibs libmail.so :
be
libtextencoding.so
tracker
stdc++.r4
$(NETWORK_LIBS)
$(SELECT_UNAME_ETC_LIB)
;
MakeLocate <develop>libmail.so : $(OBOS_STLIB_DIR) ;
RelSymLink <develop>libmail.so : libmail.so ;
Package haiku-maildaemon-cvs :
libmail.so :
boot beos system lib ;