Browse Source
This renames the Growl plugin to OS X Notifications to highlight the new capabilities and to not advertise Growl so much, as requested. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>pull/35/head
committed by
Jean-Baptiste Kempf
8 changed files with 49 additions and 37 deletions
@ -1,15 +1,15 @@ |
|||
notifydir = $(pluginsdir)/notify |
|||
|
|||
libgrowl_plugin_la_SOURCES = notify/growl.m |
|||
libgrowl_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS) $(OBJCFLAGS_growl) |
|||
libgrowl_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(notifydir)' -Wl,-framework,AppKit |
|||
libgrowl_plugin_la_LIBADD = $(LIBS_growl) |
|||
libgrowl_plugin_la_LIBTOOLFLAGS = --tag=CC |
|||
libosx_notifications_plugin_la_SOURCES = notify/osx_notifications.m |
|||
libosx_notifications_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS) $(OBJCFLAGS_osx_notifications) |
|||
libosx_notifications_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(notifydir)' -Wl,-framework,AppKit |
|||
libosx_notifications_plugin_la_LIBADD = $(LIBS_osx_notifications) |
|||
libosx_notifications_plugin_la_LIBTOOLFLAGS = --tag=CC |
|||
|
|||
libnotify_plugin_la_SOURCES = notify/notify.c |
|||
libnotify_plugin_la_CFLAGS = $(AM_CFLAGS) $(NOTIFY_CFLAGS) |
|||
libnotify_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(notifydir)' |
|||
libnotify_plugin_la_LIBADD = $(NOTIFY_LIBS) |
|||
|
|||
notify_LTLIBRARIES = $(LTLIBgrowl) $(LTLIBnotify) |
|||
EXTRA_LTLIBRARIES += libgrowl_plugin.la libnotify_plugin.la |
|||
notify_LTLIBRARIES = $(LTLIBosx_notifications) $(LTLIBnotify) |
|||
EXTRA_LTLIBRARIES += libosx_notifications_plugin.la libnotify_plugin.la |
|||
|
|||
Loading…
Reference in new issue