You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
662 B
13 lines
662 B
notifydir = $(pluginsdir)/notify
|
|
|
|
libosx_notifications_plugin_la_SOURCES = notify/osx_notifications.m
|
|
libosx_notifications_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS) -fobjc-arc -fobjc-exceptions
|
|
libosx_notifications_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(notifydir)' -Wl,-framework,AppKit,-framework,Foundation
|
|
|
|
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 = $(LTLIBosx_notifications) $(LTLIBnotify)
|
|
EXTRA_LTLIBRARIES += libosx_notifications_plugin.la libnotify_plugin.la
|
|
|