mirror of
https://review.haiku-os.org/haiku
synced 2025-02-12 00:28:19 +01:00
virtual but only static methods, it is not so likely that binary compatibility issues may arrise from using it in new apps. Adjusted all the Jamfiles that included the private libicon headers. Note that it was never necessary to link against libicon.a, since it's part of libbe anyway. There was one instance where that was done. Hopefully it does not break the build, but I did this change a while ago, tested it and then the harddrive began failing. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40679 a95241bf-73f2-0310-859d-f6bbb57e9c96
25 lines
552 B
Plaintext
25 lines
552 B
Plaintext
SubDir HAIKU_TOP src servers notification ;
|
|
|
|
UsePrivateHeaders notification ;
|
|
|
|
Server notification_server :
|
|
AppGroupView.cpp
|
|
BorderView.cpp
|
|
NotificationServer.cpp
|
|
NotificationView.cpp
|
|
NotificationWindow.cpp
|
|
: be $(TARGET_LIBSTDC++) libicon.a libnotification.a $(HAIKU_LOCALE_LIBS)
|
|
: notification_server.rdef
|
|
;
|
|
|
|
DoCatalogs notification_server :
|
|
x-vnd.Haiku-notification_server
|
|
:
|
|
NotificationServer.cpp
|
|
NotificationView.cpp
|
|
NotificationWindow.cpp
|
|
;
|
|
|
|
Depends notification_server : libicon.a ;
|
|
Depends notification_server : libnotification.a ;
|