Stephan Aßmus 4153964a10 Moved IconUtils.h to Interface Kit and therefor made it an "official" header. Since the class has no
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
2011-02-25 09:12:38 +00:00

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 ;