tcp: Fix 64 bit build with debugging features enabled.
[haiku.git] / src / preferences / notifications / Jamfile
blobfe980aea82696a03b26491d4f9d840495f3171cd
1 SubDir HAIKU_TOP src preferences notifications ;
3 UsePrivateHeaders shared ;
5 UsePrivateHeaders interface ;
7 Application 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
19 Depends Notifications : libcolumnlistview.a ;
20 Depends Notifications : libnotification.a ;
22 DoCatalogs Notifications :
23         x-vnd.Haiku-Notifications
24         :
25         DisplayView.cpp
26         GeneralView.cpp
27         PrefletWin.cpp
28         PrefletView.cpp
29         NotificationsView.cpp
30         ;