demux: mp4: avoid audio cuts on seek
[vlc.git] / modules / notify / Makefile.am
blob60045aab80c2910d50f55b8af24ddbd6ca6dda87
1 notifydir = $(pluginsdir)/notify
3 libosx_notifications_plugin_la_SOURCES = notify/osx_notifications.m
4 libosx_notifications_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS) $(OBJCFLAGS_osx_notifications)
5 libosx_notifications_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(notifydir)' -Wl,-framework,AppKit
6 libosx_notifications_plugin_la_LIBADD = $(LIBS_osx_notifications)
8 libnotify_plugin_la_SOURCES = notify/notify.c
9 libnotify_plugin_la_CFLAGS = $(AM_CFLAGS) $(NOTIFY_CFLAGS)
10 libnotify_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(notifydir)'
11 libnotify_plugin_la_LIBADD = $(NOTIFY_LIBS)
13 notify_LTLIBRARIES = $(LTLIBosx_notifications) $(LTLIBnotify)
14 EXTRA_LTLIBRARIES += libosx_notifications_plugin.la libnotify_plugin.la