xref: /haiku/src/preferences/notifications/Jamfile (revision 2b76973fa2401f7a5edf68e6470f3d3210cbcff3)
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 $(TARGET_LIBSTDC++) 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