1SubDir HAIKU_TOP src servers notification ; 2 3UsePrivateHeaders notification ; 4UseLibraryHeaders icon ; 5 6Server notification_server : 7 AppGroupView.cpp 8 BorderView.cpp 9 NotificationServer.cpp 10 NotificationView.cpp 11 NotificationWindow.cpp 12 : be $(TARGET_LIBSTDC++) libicon.a libnotification.a 13 : notification_server.rdef 14; 15 16Depends notification_server : libicon.a ; 17Depends notification_server : libnotification.a ; 18