xref: /haiku/src/preferences/notifications/Jamfile (revision c90684742e7361651849be4116d0e5de3a817194)
1SubDir HAIKU_TOP src preferences notifications ;
2
3UsePrivateHeaders interface ;
4
5Application Notifications :
6	Notifications.cpp
7	PrefletWin.cpp
8	PrefletView.cpp
9	SettingsPane.cpp
10	GeneralView.cpp
11	DisplayView.cpp
12	NotificationsView.cpp
13	IconRule.cpp
14	IconItem.cpp
15	: be translation libcolumnlistview.a libnotification.a $(TARGET_LIBSTDC++)
16	: Notifications.rdef
17;
18
19Depends Notifications : libcolumnlistview.a ;
20Depends Notifications : libnotification.a ;
21