Commit c7664435 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

notify: use Makefile.am directly

parent 6a4744d9
basedir = notify
include $(top_srcdir)/modules/common.am
libgrowl_plugin_la_SOURCES = growl.m
libgrowl_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS) $(OBJCFLAGS_growl)
libgrowl_plugin_la_LIBADD = $(AM_LIBADD) $(LIBS_growl)
libgrowl_plugin_la_LIBTOOLFLAGS=--tag=CC
libnotify_plugin_la_SOURCES = notify.c
libnotify_plugin_la_CFLAGS = $(AM_CFLAGS) $(NOTIFY_CFLAGS)
libnotify_plugin_la_LIBADD = $(AM_LIBADD) $(NOTIFY_LIBS)
libvlc_LTLIBRARIES = $(LTLIBgrowl) $(LTLIBnotify)
EXTRA_LTLIBRARIES = libgrowl_plugin.la libnotify_plugin.la
AM_LIBTOOLFLAGS=--tag=CC
SOURCES_growl = growl.m
SOURCES_notify = notify.c
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment