1SubDir HAIKU_TOP src preferences notifications ; 2 3UseHeaders [ FDirName $(HAIKU_TOP) src servers notification ] : true ; 4 5UsePrivateHeaders interface notification ; 6 7Application Notifications : 8 AppRefFilter.cpp 9 Notifications.cpp 10 PrefletWin.cpp 11 PrefletView.cpp 12 SettingsPane.cpp 13 GeneralView.cpp 14 NotificationsView.cpp 15 : be translation tracker 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 GeneralView.cpp 26 PrefletWin.cpp 27 PrefletView.cpp 28 NotificationsView.cpp 29 ; 30