xref: /haiku/src/servers/mail/Jamfile (revision 73254051b196497dfee9ab89eb0c2f60cc305819)
1SubDir HAIKU_TOP src servers mail ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5if $(TARGET_PLATFORM) != haiku {
6	UsePublicHeaders mail ;
7}
8
9UsePublicHeaders [ FDirName add-ons mail_daemon ] ;
10UsePrivateHeaders mail shared tracker ;
11SubDirHdrs $(HAIKU_TOP) src kits tracker ;
12
13AddResources mail_daemon : mail_daemon.rdef DeskbarViewIcons.rdef ;
14
15Server mail_daemon :
16	DeskbarView.cpp
17	ErrorLogWindow.cpp
18	LEDAnimation.cpp
19	MailDaemon.cpp
20	main.cpp
21	Notifier.cpp
22	: be libmail.so tracker localestub $(TARGET_LIBSTDC++)
23		$(TARGET_NETWORK_LIBS)
24;
25
26DoCatalogs mail_daemon :
27	x-vnd.Be-POST
28	:
29	DeskbarView.cpp
30	MailDaemon.cpp
31	Notifier.cpp
32;
33