xref: /haiku/src/preferences/notifications/Jamfile (revision 83b1a68c52ba3e0e8796282759f694b7fdddf06d)
1SubDir HAIKU_TOP src preferences notifications ;
2
3UsePrivateHeaders shared ;
4
5UsePrivateHeaders interface ;
6
7Application Notifications :
8	Notifications.cpp
9	PrefletWin.cpp
10	PrefletView.cpp
11	SettingsPane.cpp
12	GeneralView.cpp
13	DisplayView.cpp
14	NotificationsView.cpp
15	: be translation libcolumnlistview.a libnotification.a [ TargetLibstdc++ ] localestub
16	: Notifications.rdef
17;
18
19Depends Notifications : libcolumnlistview.a ;
20Depends Notifications : libnotification.a ;
21
22DoCatalogs Notifications :
23	x-vnd.Haiku-Notifications
24	:
25	DisplayView.cpp
26	GeneralView.cpp
27	PrefletWin.cpp
28	PrefletView.cpp
29	NotificationsView.cpp
30	;
31